#F474B5

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

Shades of Persian Pink #F474B5

Tints of Persian Pink #F474B5

Color information

#F474B5 (or 0xF474B5) is unknown color: approx Persian Pink. HEX triplet: F4, 74 and B5. RGB value is (244,116,181). Sum of RGB (Red+Green+Blue) = 244+116+181=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F474B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F474B5 is #0B8B4A. Grayscale: #A1A1A1. Windows color (decimal): -756555 or 11891956. OLE color: 11891956.

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

Color convert

RGB244116181-
CMYK00.520.260.04
HSL329.53º85.33%70.59%-
HSV(B)329.53º52.46%95.69%-
XYZ51.8935.0647.75-
YUV161.68138.91186.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.10%
GREEN value IS 116 (45.70% from 255) = 21.44%
BLUE value IS 181 (71.09% from 255) = 33.46%
R=45.10%
G=21.44%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411618100.520.260.04329.5385.3370.59
HexF474B50341A414a5547
Octal364164265064324512125107
Binary1111010011101001011010101101001101010010100101010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F474B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F474B5; }

 p { color: rgb(244,116,181); }

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

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

 a { background-color: rgb(244,116,181); }

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

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

 span { border-color: rgb(244,116,181); }

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