Html Css Color HEX #F08FEE Violet

📋 copy color: '#F08FEE'

red 240 ◦ green 143 ◦ blue 238

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

Shades of Violet #F08FEE

Tints of Violet #F08FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.03%

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

R = 38.65%
G = 23.03%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F08FEE (or 0xF08FEE) is known color: Violet. HEX triplet: F0, 8F and EE. RGB value is (240,143,238). Sum of RGB (Red+Green+Blue) = 240+143+238=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 143 (56.25% from 255 or 23.03% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FEE is #0F7011. Grayscale: #B6B6B6. Windows color (decimal): -1011730 or 15634416. OLE color: 15634416.

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

Color convert

RGB 240 143 238 -
CMYK 0 0.40 0.01 0.06
HSL 301.24º 0.76% 0.75% -
HSV(B) 301.24º 0.4% 0.94% -
XYZ 61.19 44.34 86.22 -
YUV 182.83 159.14 168.78 -
System Red Green Blue C M Y K H S L
Decimal 240 143 238 0 0.40 0.01 0.06 301.24 0.76 0.75
Hex F0 8F EE 0 28 1 6 12D 4C 4B
Octal 360 217 356 0 50 1 6 455 114 113
Binary 11110000 10001111 11101110 0 101000 1 110 100101101 1001100 1001011

Color Harmonies of #F08FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FEE

Black with #F08FEE

Text Example


Text Example

White with #F08FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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