#F47FB8

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

Shades of Persian Pink #F47FB8

Tints of Persian Pink #F47FB8

Color information

#F47FB8 (or 0xF47FB8) is unknown color: approx Persian Pink. HEX triplet: F4, 7F and B8. RGB value is (244,127,184). Sum of RGB (Red+Green+Blue) = 244+127+184=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47FB8 is #0B8047. Grayscale: #A8A8A8. Windows color (decimal): -753736 or 12091380. OLE color: 12091380.

HSL color Cylindrical-coordinate representation of color #F47FB8: hue angle of 330.77º 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 #F47FB8 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB244127184-
CMYK00.480.250.04
HSL330.77º84.17%72.75%-
HSV(B)330.77º47.95%95.69%-
XYZ53.5537.8749.84-
YUV168.48136.76181.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.96%
GREEN value IS 127 (50% from 255) = 22.88%
BLUE value IS 184 (72.27% from 255) = 33.15%
R=43.96%
G=22.88%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412718400.480.250.04330.7784.1772.75
HexF47FB803019414b5449
Octal364177270060314513124111
Binary1111010011111111011100001100001100110010100101110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47FB8; }

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

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

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

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

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

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

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

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