#F58CEE

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

Shades of Violet #F58CEE

Tints of Violet #F58CEE

Color information

#F58CEE (or 0xF58CEE) is unknown color: approx Violet. HEX triplet: F5, 8C and EE. RGB value is (245,140,238). Sum of RGB (Red+Green+Blue) = 245+140+238=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 140 (55.08% from 255 or 22.47% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CEE is #0A7311. Grayscale: #B6B6B6. Windows color (decimal): -684818 or 15633653. OLE color: 15633653.

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

Color convert

RGB245140238-
CMYK00.430.030.04
HSL304º84%75.49%-
HSV(B)304º42.86%96.08%-
XYZ62.4744.3486.16-
YUV182.57159.29172.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.33%
GREEN value IS 140 (55.08% from 255) = 22.47%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=39.33%
G=22.47%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514023800.430.030.043048475.49
HexF58CEE02B34130544b
Octal36521435605334460124113
Binary11110101100011001110111001010111110010011000010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58CEE; }

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

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

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

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

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

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

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

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