Html Css Color HEX #F06DEE Violet

📋 copy color: '#F06DEE'

red 240 ◦ green 109 ◦ blue 238

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

Shades of Violet #F06DEE

Tints of Violet #F06DEE

RGB

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

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

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

R = 40.89%
G = 18.57%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F06DEE (or 0xF06DEE) is known color: Violet. HEX triplet: F0, 6D and EE. RGB value is (240,109,238). Sum of RGB (Red+Green+Blue) = 240+109+238=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 109 (42.97% from 255 or 18.57% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06DEE is #0F9211. Grayscale: #A2A2A2. Windows color (decimal): -1020434 or 15625712. OLE color: 15625712.

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

Color convert

RGB 240 109 238 -
CMYK 0 0.55 0.01 0.06
HSL 300.92º 0.81% 0.68% -
HSV(B) 300.92º 0.55% 0.94% -
XYZ 56.84 35.64 84.77 -
YUV 162.88 170.4 183.01 -
System Red Green Blue C M Y K H S L
Decimal 240 109 238 0 0.55 0.01 0.06 300.92 0.81 0.68
Hex F0 6D EE 0 37 1 6 12D 51 44
Octal 360 155 356 0 67 1 6 455 121 104
Binary 11110000 1101101 11101110 0 110111 1 110 100101101 1010001 1000100

Color Harmonies of #F06DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06DEE

Black with #F06DEE

Text Example


Text Example

White with #F06DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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