Html Css Color HEX #F081EE Violet

📋 copy color: '#F081EE'

red 240 ◦ green 129 ◦ blue 238

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

Shades of Violet #F081EE

Tints of Violet #F081EE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.25%

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

R = 39.54%
G = 21.25%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F081EE (or 0xF081EE) is known color: Violet. HEX triplet: F0, 81 and EE. RGB value is (240,129,238). Sum of RGB (Red+Green+Blue) = 240+129+238=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 129 (50.78% from 255 or 21.25% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F081EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081EE is #0F7E11. Grayscale: #AEAEAE. Windows color (decimal): -1015314 or 15630832. OLE color: 15630832.

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

Color convert

RGB 240 129 238 -
CMYK 0 0.46 0.01 0.06
HSL 301.08º 0.79% 0.72% -
HSV(B) 301.08º 0.46% 0.94% -
XYZ 59.22 40.4 85.57 -
YUV 174.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 240 129 238 0 0.46 0.01 0.06 301.08 0.79 0.72
Hex F0 81 EE 0 2E 1 6 12D 4F 48
Octal 360 201 356 0 56 1 6 455 117 110
Binary 11110000 10000001 11101110 0 101110 1 110 100101101 1001111 1001000

Color Harmonies of #F081EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081EE

Black with #F081EE

Text Example


Text Example

White with #F081EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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