#F58FF5

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

Shades of Violet #F58FF5

Tints of Violet #F58FF5

Color information

#F58FF5 (or 0xF58FF5) is unknown color: approx Violet. HEX triplet: F5, 8F and F5. RGB value is (245,143,245). Sum of RGB (Red+Green+Blue) = 245+143+245=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 143 (56.25% from 255 or 22.59% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F58FF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58FF5 is #0A700A. Grayscale: #B8B8B8. Windows color (decimal): -684043 or 16093173. OLE color: 16093173.

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

Color convert

RGB245143245-
CMYK00.4200.04
HSL300º83.61%76.08%-
HSV(B)300º41.63%96.08%-
XYZ63.9645.6591.83-
YUV185.13161.79170.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.70%
GREEN value IS 143 (56.25% from 255) = 22.59%
BLUE value IS 245 (96.09% from 255) = 38.70%
R=38.70%
G=22.59%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514324500.4200.0430083.6176.08
HexF58FF502A0412c544c
Octal36521736505204454124114
Binary1111010110001111111101010101010010010010110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58FF5; }

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

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

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

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

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

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

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

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