#F08CEE

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

Shades of Violet #F08CEE

Tints of Violet #F08CEE

Color information

#F08CEE (or 0xF08CEE) is unknown color: approx Violet. HEX triplet: F0, 8C and EE. RGB value is (240,140,238). Sum of RGB (Red+Green+Blue) = 240+140+238=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 140 (55.08% from 255 or 22.65% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CEE is #0F7311. Grayscale: #B4B4B4. Windows color (decimal): -1012498 or 15633648. OLE color: 15633648.

HSL color Cylindrical-coordinate representation of color #F08CEE: hue angle of 301.2º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08CEE is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240140238-
CMYK00.420.010.06
HSL301.2º76.92%74.51%-
HSV(B)301.2º41.67%94.12%-
XYZ60.7543.4586.07-
YUV181.07160.13170.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 140 (55.08% from 255) = 22.65%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=38.83%
G=22.65%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014023800.420.010.06301.276.9274.51
HexF08CEE02A1612d4d4b
Octal36021435605216455115113
Binary1111000010001100111011100101010111010010110110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08CEE; }

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

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

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

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

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

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

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

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