#F47CBE

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

Shades of Persian Pink #F47CBE

Tints of Persian Pink #F47CBE

Color information

#F47CBE (or 0xF47CBE) is unknown color: approx Persian Pink. HEX triplet: F4, 7C and BE. RGB value is (244,124,190). Sum of RGB (Red+Green+Blue) = 244+124+190=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 244 - color contains mainly: red. Hex color #F47CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47CBE is #0B8341. Grayscale: #A7A7A7. Windows color (decimal): -754498 or 12483828. OLE color: 12483828.

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

Color convert

RGB244124190-
CMYK00.490.220.04
HSL327º84.51%72.16%-
HSV(B)327º49.18%95.69%-
XYZ53.8137.3753.09-
YUV167.4140.76182.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.73%
GREEN value IS 124 (48.83% from 255) = 22.22%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=43.73%
G=22.22%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412419000.490.220.0432784.5172.16
HexF47CBE0311641475548
Octal364174276061264507125110
Binary1111010011111001011111001100011011010010100011110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47CBE; }

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

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

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

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

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

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

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

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