#F476BE

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

Shades of Persian Pink #F476BE

Tints of Persian Pink #F476BE

Color information

#F476BE (or 0xF476BE) is unknown color: approx Persian Pink. HEX triplet: F4, 76 and BE. RGB value is (244,118,190). Sum of RGB (Red+Green+Blue) = 244+118+190=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F476BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F476BE is #0B8941. Grayscale: #A3A3A3. Windows color (decimal): -756034 or 12482292. OLE color: 12482292.

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

Color convert

RGB244118190-
CMYK00.520.220.04
HSL325.71º85.14%70.98%-
HSV(B)325.71º51.64%95.69%-
XYZ53.0835.9152.85-
YUV163.88142.74185.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.20%
GREEN value IS 118 (46.48% from 255) = 21.38%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=44.20%
G=21.38%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411819000.520.220.04325.7185.1470.98
HexF476BE0341641465547
Octal364166276064264506125107
Binary1111010011101101011111001101001011010010100011010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F476BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F476BE; }

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

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

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

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

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

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

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

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