Html Css Color HEX #F06DEC Violet

📋 copy color: '#F06DEC'

red 240 ◦ green 109 ◦ blue 236

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

Shades of Violet #F06DEC

Tints of Violet #F06DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.63%

 BLUE value IS 236 (92.58% from 255) = 40.34%

R = 41.03%
G = 18.63%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F06DEC (or 0xF06DEC) is known color: Violet. HEX triplet: F0, 6D and EC. RGB value is (240,109,236). Sum of RGB (Red+Green+Blue) = 240+109+236=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 109 (42.97% from 255 or 18.63% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06DEC is #0F9213. Grayscale: #A2A2A2. Windows color (decimal): -1020436 or 15494640. OLE color: 15494640.

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

Color convert

RGB 240 109 236 -
CMYK 0 0.55 0.02 0.06
HSL 301.83º 0.81% 0.68% -
HSV(B) 301.83º 0.55% 0.94% -
XYZ 56.54 35.52 83.23 -
YUV 162.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 240 109 236 0 0.55 0.02 0.06 301.83 0.81 0.68
Hex F0 6D EC 0 37 2 6 12E 51 44
Octal 360 155 354 0 67 2 6 456 121 104
Binary 11110000 1101101 11101100 0 110111 10 110 100101110 1010001 1000100

Color Harmonies of #F06DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06DEC

Black with #F06DEC

Text Example


Text Example

White with #F06DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06DEC; }

 p { color: rgb(240,109,236); }

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

background-color css

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

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

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

border-color css

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

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

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