Html Css Color HEX #F06FE4 Violet

📋 copy color: '#F06FE4'

red 240 ◦ green 111 ◦ blue 228

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

Shades of Violet #F06FE4

Tints of Violet #F06FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.38%

R = 41.45%
G = 19.17%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F06FE4 (or 0xF06FE4) is known color: Violet. HEX triplet: F0, 6F and E4. RGB value is (240,111,228). Sum of RGB (Red+Green+Blue) = 240+111+228=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 111 (43.75% from 255 or 19.17% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FE4 is #0F901B. Grayscale: #A2A2A2. Windows color (decimal): -1019932 or 14970864. OLE color: 14970864.

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

Color convert

RGB 240 111 228 -
CMYK 0 0.54 0.05 0.06
HSL 305.58º 0.81% 0.69% -
HSV(B) 305.58º 0.54% 0.94% -
XYZ 55.62 35.5 77.32 -
YUV 162.91 164.74 182.99 -
System Red Green Blue C M Y K H S L
Decimal 240 111 228 0 0.54 0.05 0.06 305.58 0.81 0.69
Hex F0 6F E4 0 36 5 6 132 51 45
Octal 360 157 344 0 66 5 6 462 121 105
Binary 11110000 1101111 11100100 0 110110 101 110 100110010 1010001 1000101

Color Harmonies of #F06FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FE4

Black with #F06FE4

Text Example


Text Example

White with #F06FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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