#F47FBA

Color #F47FBA Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F47FBA

Tints of Persian Pink #F47FBA

Color information

#F47FBA (or 0xF47FBA) is unknown color: approx Persian Pink. HEX triplet: F4, 7F and BA. RGB value is (244,127,186). Sum of RGB (Red+Green+Blue) = 244+127+186=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47FBA is #0B8045. Grayscale: #A8A8A8. Windows color (decimal): -753734 or 12222452. OLE color: 12222452.

HSL color Cylindrical-coordinate representation of color #F47FBA: hue angle of 329.74º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F47FBA is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244127186-
CMYK00.480.240.04
HSL329.74º84.17%72.75%-
HSV(B)329.74º47.95%95.69%-
XYZ53.7637.9650.95-
YUV168.71137.76181.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 43.81%
GREEN value IS 127 (50% from 255) = 22.80%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=43.81%
G=22.80%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412718600.480.240.04329.7484.1772.75
HexF47FBA03018414a5449
Octal364177272060304512124111
Binary1111010011111111011101001100001100010010100101010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47FBA; }

 p { color: rgb(244,127,186); }

 H1.HeaderClassName
 {
   color: #F47FBA;
 }
 .AnyTagClassName
 {
   color: #F47FBA;
 }
</style>
background-color css

<style>
 a { background-color: #F47FBA; }

 a { background-color: rgb(244,127,186); }

 div.DivClassName
 {
   background-color: #F47FBA;
 }
 .BgClassName
 {
   background-color: #F47FBA;
 }
</style>
border-color css

<style>
 span { border-color: #F47FBA; }

 span { border-color: rgb(244,127,186); }

 td.TdClassName
 {
   border-color: #F47FBA;
 }
 .TagClassName
 {
   border-color: #F47FBA;
 }
</style>