#F58CF0

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

Shades of Violet #F58CF0

Tints of Violet #F58CF0

Color information

#F58CF0 (or 0xF58CF0) is unknown color: approx Violet. HEX triplet: F5, 8C and F0. RGB value is (245,140,240). Sum of RGB (Red+Green+Blue) = 245+140+240=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 140 (55.08% from 255 or 22.4% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CF0 is #0A730F. Grayscale: #B6B6B6. Windows color (decimal): -684816 or 15764725. OLE color: 15764725.

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

Color convert

RGB245140240-
CMYK00.430.020.04
HSL302.86º84%75.49%-
HSV(B)302.86º42.86%96.08%-
XYZ62.7644.4687.71-
YUV182.8160.29172.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.2%
GREEN value IS 140 (55.08% from 255) = 22.4%
BLUE value IS 240 (94.14% from 255) = 38.4%
R=39.2%
G=22.4%
B=38.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514024000.430.020.04302.868475.49
HexF58CF002B2412f544b
Octal36521436005324457124113
Binary11110101100011001111000001010111010010010111110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58CF0; }

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

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

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

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

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

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

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

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