Html Css Color HEX #F080EE Violet

📋 copy color: '#F080EE'

red 240 ◦ green 128 ◦ blue 238

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

Shades of Violet #F080EE

Tints of Violet #F080EE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.12%

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

R = 39.6%
G = 21.12%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F080EE (or 0xF080EE) is known color: Violet. HEX triplet: F0, 80 and EE. RGB value is (240,128,238). Sum of RGB (Red+Green+Blue) = 240+128+238=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 128 (50.39% from 255 or 21.12% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F080EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F080EE is #0F7F11. Grayscale: #ADADAD. Windows color (decimal): -1015570 or 15630576. OLE color: 15630576.

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

Color convert

RGB 240 128 238 -
CMYK 0 0.47 0.01 0.06
HSL 301.07º 0.79% 0.72% -
HSV(B) 301.07º 0.47% 0.94% -
XYZ 59.09 40.14 85.52 -
YUV 174.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 240 128 238 0 0.47 0.01 0.06 301.07 0.79 0.72
Hex F0 80 EE 0 2F 1 6 12D 4F 48
Octal 360 200 356 0 57 1 6 455 117 110
Binary 11110000 10000000 11101110 0 101111 1 110 100101101 1001111 1001000

Color Harmonies of #F080EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080EE

Black with #F080EE

Text Example


Text Example

White with #F080EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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