Html Css Color HEX #F06DF0 Violet

📋 copy color: '#F06DF0'

red 240 ◦ green 109 ◦ blue 240

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

Shades of Violet #F06DF0

Tints of Violet #F06DF0

RGB

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

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

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

R = 40.75%
G = 18.51%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F06DF0 (or 0xF06DF0) is known color: Violet. HEX triplet: F0, 6D and F0. RGB value is (240,109,240). Sum of RGB (Red+Green+Blue) = 240+109+240=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 109 (42.97% from 255 or 18.51% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F06DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06DF0 is #0F920F. Grayscale: #A2A2A2. Windows color (decimal): -1020432 or 15756784. OLE color: 15756784.

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

Color convert

RGB 240 109 240 -
CMYK 0 0.55 0 0.06
HSL 300º 0.81% 0.68% -
HSV(B) 300º 0.55% 0.94% -
XYZ 57.13 35.75 86.33 -
YUV 163.1 171.4 182.85 -
System Red Green Blue C M Y K H S L
Decimal 240 109 240 0 0.55 0 0.06 300 0.81 0.68
Hex F0 6D F0 0 37 0 6 12C 51 44
Octal 360 155 360 0 67 0 6 454 121 104
Binary 11110000 1101101 11110000 0 110111 0 110 100101100 1010001 1000100

Color Harmonies of #F06DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06DF0

Black with #F06DF0

Text Example


Text Example

White with #F06DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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