#F58FFE

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

Shades of Violet #F58FFE

Tints of Violet #F58FFE

Color information

#F58FFE (or 0xF58FFE) is unknown color: approx Violet. HEX triplet: F5, 8F and FE. RGB value is (245,143,254). Sum of RGB (Red+Green+Blue) = 245+143+254=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 143 (56.25% from 255 or 22.27% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #F58FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58FFE is #0A7001. Grayscale: #B9B9B9. Windows color (decimal): -684034 or 16682997. OLE color: 16682997.

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

Color convert

RGB245143254-
CMYK0.040.4400.00
HSL295.14º98.23%77.84%-
HSV(B)295.14º43.7%99.61%-
XYZ65.3746.2199.24-
YUV186.15166.29169.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.16%
GREEN value IS 143 (56.25% from 255) = 22.27%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=38.16%
G=22.27%
B=39.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451432540.040.4400.00295.1498.2377.84
HexF58FFE42C00127624e
Octal36521737645400447142116
Binary1111010110001111111111101001011000010010011111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58FFE; }

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

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

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

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

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

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

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

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