#F58AF6

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

Shades of Violet #F58AF6

Tints of Violet #F58AF6

Color information

#F58AF6 (or 0xF58AF6) is unknown color: approx Violet. HEX triplet: F5, 8A and F6. RGB value is (245,138,246). Sum of RGB (Red+Green+Blue) = 245+138+246=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 138 (54.30% from 255 or 21.94% from 629); Blue value is 246 (96.48% from 255 or 39.11% from 629); Max value from RGB is 246 - color contains mainly: blue. Hex color #F58AF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58AF6 is #0A7509. Grayscale: #B5B5B5. Windows color (decimal): -685322 or 16157429. OLE color: 16157429.

HSL color Cylindrical-coordinate representation of color #F58AF6: hue angle of 299.44º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58AF6 is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB245138246-
CMYK0.000.4400.04
HSL299.44º85.71%75.29%-
HSV(B)299.44º43.9%96.47%-
XYZ63.3844.2492.39-
YUV182.3163.95172.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.95%
GREEN value IS 138 (54.30% from 255) = 21.94%
BLUE value IS 246 (96.48% from 255) = 39.11%
R=38.95%
G=21.94%
B=39.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451382460.000.4400.04299.4485.7175.29
HexF58AF602C0412b564b
Octal36521236605404453126113
Binary1111010110001010111101100101100010010010101110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58AF6; }

 p { color: rgb(245,138,246); }

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

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

 a { background-color: rgb(245,138,246); }

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

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

 span { border-color: rgb(245,138,246); }

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