#F58FAF

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

Shades of Illusion #F58FAF

Tints of Illusion #F58FAF

Color information

#F58FAF (or 0xF58FAF) is unknown color: approx Illusion. HEX triplet: F5, 8F and AF. RGB value is (245,143,175). Sum of RGB (Red+Green+Blue) = 245+143+175=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58FAF is #0A7050. Grayscale: #B1B1B1. Windows color (decimal): -684113 or 11505653. OLE color: 11505653.

HSL color Cylindrical-coordinate representation of color #F58FAF: hue angle of 341.18º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58FAF is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245143175-
CMYK00.420.290.04
HSL341.18º83.61%76.08%-
HSV(B)341.18º41.63%96.08%-
XYZ55.2242.1545.78-
YUV177.15126.79176.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.52%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 175 (68.75% from 255) = 31.08%
R=43.52%
G=25.40%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514317500.420.290.04341.1883.6176.08
HexF58FAF02A1D4155544c
Octal365217257052354525124114
Binary11110101100011111010111101010101110110010101010110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58FAF; }

 p { color: rgb(245,143,175); }

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

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

 a { background-color: rgb(245,143,175); }

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

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

 span { border-color: rgb(245,143,175); }

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