#f478b2

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

Shades of Persian Pink #F478B2

Tints of Persian Pink #F478B2

Color information

#F478B2 (or 0xF478B2) is unknown color: approx Persian Pink. HEX triplet: F4, 78 and B2. RGB value is (244,120,178). Sum of RGB (Red+Green+Blue) = 244+120+178=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F478B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F478B2 is #0B874D. Grayscale: #A3A3A3. Windows color (decimal): -755534 or 11696372. OLE color: 11696372.

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

Color convert

RGB244120178-
CMYK00.510.270.04
HSL331.94º84.93%71.37%-
HSV(B)331.94º50.82%95.69%-
XYZ52.0635.8846.3-
YUV163.69136.08185.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.02%
GREEN value IS 120 (47.27% from 255) = 22.14%
BLUE value IS 178 (69.92% from 255) = 32.84%
R=45.02%
G=22.14%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412017800.510.270.04331.9484.9371.37
HexF478B20331B414c5547
Octal364170262063334514125107
Binary1111010011110001011001001100111101110010100110010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f478b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f478b2; }

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

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

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

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

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

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

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

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