Html Css Color HEX #F078EC Violet

📋 copy color: '#F078EC'

red 240 ◦ green 120 ◦ blue 236

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

Shades of Violet #F078EC

Tints of Violet #F078EC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.13%

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

R = 40.27%
G = 20.13%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F078EC (or 0xF078EC) is known color: Violet. HEX triplet: F0, 78 and EC. RGB value is (240,120,236). Sum of RGB (Red+Green+Blue) = 240+120+236=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 120 (47.27% from 255 or 20.13% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F078EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F078EC is #0F8713. Grayscale: #A8A8A8. Windows color (decimal): -1017620 or 15497456. OLE color: 15497456.

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

Color convert

RGB 240 120 236 -
CMYK 0 0.5 0.02 0.06
HSL 302º 0.8% 0.71% -
HSV(B) 302º 0.5% 0.94% -
XYZ 57.79 38.01 83.65 -
YUV 169.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 240 120 236 0 0.5 0.02 0.06 302 0.8 0.71
Hex F0 78 EC 0 32 2 6 12E 50 47
Octal 360 170 354 0 62 2 6 456 120 107
Binary 11110000 1111000 11101100 0 110010 10 110 100101110 1010000 1000111

Color Harmonies of #F078EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F078EC

Black with #F078EC

Text Example


Text Example

White with #F078EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F078EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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