Html Css Color HEX #F06EF0 Violet

📋 copy color: '#F06EF0'

red 240 ◦ green 110 ◦ blue 240

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

Shades of Violet #F06EF0

Tints of Violet #F06EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.68%

R = 40.68%
G = 18.64%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F06EF0 (or 0xF06EF0) is known color: Violet. HEX triplet: F0, 6E and F0. RGB value is (240,110,240). Sum of RGB (Red+Green+Blue) = 240+110+240=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 110 (43.36% from 255 or 18.64% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F06EF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06EF0 is #0F910F. Grayscale: #A3A3A3. Windows color (decimal): -1020176 or 15757040. OLE color: 15757040.

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

Color convert

RGB 240 110 240 -
CMYK 0 0.54 0 0.06
HSL 300º 0.81% 0.69% -
HSV(B) 300º 0.54% 0.94% -
XYZ 57.24 35.97 86.36 -
YUV 163.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 240 110 240 0 0.54 0 0.06 300 0.81 0.69
Hex F0 6E F0 0 36 0 6 12C 51 45
Octal 360 156 360 0 66 0 6 454 121 105
Binary 11110000 1101110 11110000 0 110110 0 110 100101100 1010001 1000101

Color Harmonies of #F06EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06EF0

Black with #F06EF0

Text Example


Text Example

White with #F06EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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