#F47CB2

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

Shades of Persian Pink #F47CB2

Tints of Persian Pink #F47CB2

Color information

#F47CB2 (or 0xF47CB2) is unknown color: approx Persian Pink. HEX triplet: F4, 7C and B2. RGB value is (244,124,178). Sum of RGB (Red+Green+Blue) = 244+124+178=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F47CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47CB2 is #0B834D. Grayscale: #A5A5A5. Windows color (decimal): -754510 or 11697396. OLE color: 11697396.

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

Color convert

RGB244124178-
CMYK00.490.270.04
HSL333º84.51%72.16%-
HSV(B)333º49.18%95.69%-
XYZ52.5536.8646.46-
YUV166.04134.76183.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.69%
GREEN value IS 124 (48.83% from 255) = 22.71%
BLUE value IS 178 (69.92% from 255) = 32.60%
R=44.69%
G=22.71%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412417800.490.270.0433384.5172.16
HexF47CB20311B414d5548
Octal364174262061334515125110
Binary1111010011111001011001001100011101110010100110110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47CB2; }

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

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

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

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

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

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

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

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