#F477C2

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

Shades of Persian Pink #F477C2

Tints of Persian Pink #F477C2

Color information

#F477C2 (or 0xF477C2) is unknown color: approx Persian Pink. HEX triplet: F4, 77 and C2. RGB value is (244,119,194). Sum of RGB (Red+Green+Blue) = 244+119+194=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F477C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F477C2 is #0B883D. Grayscale: #A4A4A4. Windows color (decimal): -755774 or 12744692. OLE color: 12744692.

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

Color convert

RGB244119194-
CMYK00.510.200.04
HSL324º85.03%71.18%-
HSV(B)324º51.23%95.69%-
XYZ53.6436.3255.22-
YUV164.92144.41184.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.81%
GREEN value IS 119 (46.88% from 255) = 21.36%
BLUE value IS 194 (76.17% from 255) = 34.83%
R=43.81%
G=21.36%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411919400.510.200.0432485.0371.18
HexF477C20331441445547
Octal364167302063244504125107
Binary1111010011101111100001001100111010010010100010010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F477C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F477C2; }

 p { color: rgb(244,119,194); }

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

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

 a { background-color: rgb(244,119,194); }

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

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

 span { border-color: rgb(244,119,194); }

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