Html Css Color HEX #F06FF0 Violet

📋 copy color: '#F06FF0'

red 240 ◦ green 111 ◦ blue 240

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

Shades of Violet #F06FF0

Tints of Violet #F06FF0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.78%

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

R = 40.61%
G = 18.78%
B = 40.61%

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

#F06FF0 (or 0xF06FF0) is known color: Violet. HEX triplet: F0, 6F and F0. RGB value is (240,111,240). Sum of RGB (Red+Green+Blue) = 240+111+240=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 111 (43.75% from 255 or 18.78% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F06FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06FF0 is #0F900F. Grayscale: #A3A3A3. Windows color (decimal): -1019920 or 15757296. OLE color: 15757296.

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

Color convert

RGB 240 111 240 -
CMYK 0 0.54 0 0.06
HSL 300º 0.81% 0.69% -
HSV(B) 300º 0.54% 0.94% -
XYZ 57.35 36.19 86.4 -
YUV 164.28 170.74 182.01 -
System Red Green Blue C M Y K H S L
Decimal 240 111 240 0 0.54 0 0.06 300 0.81 0.69
Hex F0 6F F0 0 36 0 6 12C 51 45
Octal 360 157 360 0 66 0 6 454 121 105
Binary 11110000 1101111 11110000 0 110110 0 110 100101100 1010001 1000101

Color Harmonies of #F06FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FF0

Black with #F06FF0

Text Example


Text Example

White with #F06FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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