Html Css Color HEX #F08EEF Violet

📋 copy color: '#F08EEF'

red 240 ◦ green 142 ◦ blue 239

#F08EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #F08EEF

Tints of Violet #F08EEF

RGB

 RED value IS 240 (94.14% from 255) = 38.65%

 GREEN value IS 142 (55.86% from 255) = 22.87%

 BLUE value IS 239 (93.75% from 255) = 38.49%

R = 38.65%
G = 22.87%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F08EEF (or 0xF08EEF) is known color: Violet. HEX triplet: F0, 8E and EF. RGB value is (240,142,239). Sum of RGB (Red+Green+Blue) = 240+142+239=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 142 (55.86% from 255 or 22.87% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08EEF is #0F7110. Grayscale: #B6B6B6. Windows color (decimal): -1011985 or 15699696. OLE color: 15699696.

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

Color convert

RGB 240 142 239 -
CMYK 0 0.41 0.00 0.06
HSL 300.61º 0.77% 0.75% -
HSV(B) 300.61º 0.41% 0.94% -
XYZ 61.19 44.1 86.95 -
YUV 182.36 159.97 169.11 -
System Red Green Blue C M Y K H S L
Decimal 240 142 239 0 0.41 0.00 0.06 300.61 0.77 0.75
Hex F0 8E EF 0 29 0 6 12D 4D 4B
Octal 360 216 357 0 51 0 6 455 115 113
Binary 11110000 10001110 11101111 0 101001 0 110 100101101 1001101 1001011

Color Harmonies of #F08EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08EEF

Black with #F08EEF

Text Example


Text Example

White with #F08EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08EEF; }

 p { color: rgb(240,142,239); }

 H1.HeaderClassName
 {
   color: #F08EEF;
 }
 .AnyTagClassName
 {
   color: #F08EEF;
 }
</style>

background-color css

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

 a { background-color: rgb(240,142,239); }

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

border-color css

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

 span { border-color: rgb(240,142,239); }

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