#F47CB4

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

Shades of Persian Pink #F47CB4

Tints of Persian Pink #F47CB4

Color information

#F47CB4 (or 0xF47CB4) is unknown color: approx Persian Pink. HEX triplet: F4, 7C and B4. RGB value is (244,124,180). Sum of RGB (Red+Green+Blue) = 244+124+180=548 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.53% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 244 - color contains mainly: red. Hex color #F47CB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47CB4 is #0B834B. Grayscale: #A6A6A6. Windows color (decimal): -754508 or 11828468. OLE color: 11828468.

HSL color Cylindrical-coordinate representation of color #F47CB4: hue angle of 332º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47CB4 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB244124180-
CMYK00.490.260.04
HSL332º84.51%72.16%-
HSV(B)332º49.18%95.69%-
XYZ52.7536.9447.53-
YUV166.26135.76183.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.53%
GREEN value IS 124 (48.83% from 255) = 22.63%
BLUE value IS 180 (70.70% from 255) = 32.85%
R=44.53%
G=22.63%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412418000.490.260.0433284.5172.16
HexF47CB40311A414c5548
Octal364174264061324514125110
Binary1111010011111001011010001100011101010010100110010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47CB4; }

 p { color: rgb(244,124,180); }

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

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

 a { background-color: rgb(244,124,180); }

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

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

 span { border-color: rgb(244,124,180); }

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