Html Css Color HEX #F08EEE Violet

📋 copy color: '#F08EEE'

red 240 ◦ green 142 ◦ blue 238

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

Shades of Violet #F08EEE

Tints of Violet #F08EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.39%

R = 38.71%
G = 22.9%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F08EEE (or 0xF08EEE) is known color: Violet. HEX triplet: F0, 8E and EE. RGB value is (240,142,238). Sum of RGB (Red+Green+Blue) = 240+142+238=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 142 (55.86% from 255 or 22.90% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08EEE is #0F7111. Grayscale: #B5B5B5. Windows color (decimal): -1011986 or 15634160. OLE color: 15634160.

HSL color Cylindrical-coordinate representation of color #F08EEE: hue angle of 301.22º 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 #F08EEE is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 142 238 -
CMYK 0 0.41 0.01 0.06
HSL 301.22º 0.77% 0.75% -
HSV(B) 301.22º 0.41% 0.94% -
XYZ 61.04 44.04 86.17 -
YUV 182.25 159.47 169.19 -
System Red Green Blue C M Y K H S L
Decimal 240 142 238 0 0.41 0.01 0.06 301.22 0.77 0.75
Hex F0 8E EE 0 29 1 6 12D 4D 4B
Octal 360 216 356 0 51 1 6 455 115 113
Binary 11110000 10001110 11101110 0 101001 1 110 100101101 1001101 1001011

Color Harmonies of #F08EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08EEE

Black with #F08EEE

Text Example


Text Example

White with #F08EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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