#F478C3

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

Shades of Persian Pink #F478C3

Tints of Persian Pink #F478C3

Color information

#F478C3 (or 0xF478C3) is unknown color: approx Persian Pink. HEX triplet: F4, 78 and C3. RGB value is (244,120,195). Sum of RGB (Red+Green+Blue) = 244+120+195=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F478C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478C3 is #0B873C. Grayscale: #A5A5A5. Windows color (decimal): -755517 or 12810484. OLE color: 12810484.

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

Color convert

RGB244120195-
CMYK00.510.200.04
HSL323.71º84.93%71.37%-
HSV(B)323.71º50.82%95.69%-
XYZ53.8836.6155.86-
YUV165.63144.58183.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.65%
GREEN value IS 120 (47.27% from 255) = 21.47%
BLUE value IS 195 (76.56% from 255) = 34.88%
R=43.65%
G=21.47%
B=34.88%

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
Decimal24412019500.510.200.04323.7184.9371.37
HexF478C30331441445547
Octal364170303063244504125107
Binary1111010011110001100001101100111010010010100010010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F478C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F478C3; }

 p { color: rgb(244,120,195); }

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

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

 a { background-color: rgb(244,120,195); }

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

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

 span { border-color: rgb(244,120,195); }

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