Html Css Color HEX #F06EEA Violet

📋 copy color: '#F06EEA'

red 240 ◦ green 110 ◦ blue 234

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

Shades of Violet #F06EEA

Tints of Violet #F06EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.84%

 BLUE value IS 234 (91.8% from 255) = 40.07%

R = 41.1%
G = 18.84%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F06EEA (or 0xF06EEA) is known color: Violet. HEX triplet: F0, 6E and EA. RGB value is (240,110,234). Sum of RGB (Red+Green+Blue) = 240+110+234=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 110 (43.36% from 255 or 18.84% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06EEA is #0F9115. Grayscale: #A2A2A2. Windows color (decimal): -1020182 or 15363824. OLE color: 15363824.

HSL color Cylindrical-coordinate representation of color #F06EEA: hue angle of 302.77º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06EEA is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 110 234 -
CMYK 0 0.54 0.02 0.06
HSL 302.77º 0.81% 0.69% -
HSV(B) 302.77º 0.54% 0.94% -
XYZ 56.36 35.62 81.75 -
YUV 163.01 168.07 182.92 -
System Red Green Blue C M Y K H S L
Decimal 240 110 234 0 0.54 0.02 0.06 302.77 0.81 0.69
Hex F0 6E EA 0 36 2 6 12F 51 45
Octal 360 156 352 0 66 2 6 457 121 105
Binary 11110000 1101110 11101010 0 110110 10 110 100101111 1010001 1000101

Color Harmonies of #F06EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06EEA

Black with #F06EEA

Text Example


Text Example

White with #F06EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06EEA; }

 p { color: rgb(240,110,234); }

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

background-color css

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

 a { background-color: rgb(240,110,234); }

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

border-color css

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

 span { border-color: rgb(240,110,234); }

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