#F58CF9

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

Shades of Violet #F58CF9

Tints of Violet #F58CF9

Color information

#F58CF9 (or 0xF58CF9) is unknown color: approx Violet. HEX triplet: F5, 8C and F9. RGB value is (245,140,249). Sum of RGB (Red+Green+Blue) = 245+140+249=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 140 (55.08% from 255 or 22.08% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 249 - color contains mainly: blue. Hex color #F58CF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CF9 is #0A7306. Grayscale: #B7B7B7. Windows color (decimal): -684807 or 16354549. OLE color: 16354549.

HSL color Cylindrical-coordinate representation of color #F58CF9: hue angle of 297.8º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58CF9 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245140249-
CMYK0.020.4400.02
HSL297.8º90.08%76.27%-
HSV(B)297.8º43.78%97.65%-
XYZ64.1345.0194.93-
YUV183.82164.79171.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.64%
GREEN value IS 140 (55.08% from 255) = 22.08%
BLUE value IS 249 (97.66% from 255) = 39.27%
R=38.64%
G=22.08%
B=39.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451402490.020.4400.02297.890.0876.27
HexF58CF922C0212a5a4c
Octal36521437125402452132114
Binary1111010110001100111110011010110001010010101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58CF9; }

 p { color: rgb(245,140,249); }

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

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

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

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

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

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

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