Html Css Color HEX #F074EC Violet

📋 copy color: '#F074EC'

red 240 ◦ green 116 ◦ blue 236

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

Shades of Violet #F074EC

Tints of Violet #F074EC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.59%

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

R = 40.54%
G = 19.59%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F074EC (or 0xF074EC) is known color: Violet. HEX triplet: F0, 74 and EC. RGB value is (240,116,236). Sum of RGB (Red+Green+Blue) = 240+116+236=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 116 (45.70% from 255 or 19.59% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F074EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F074EC is #0F8B13. Grayscale: #A6A6A6. Windows color (decimal): -1018644 or 15496432. OLE color: 15496432.

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

Color convert

RGB 240 116 236 -
CMYK 0 0.52 0.02 0.06
HSL 301.94º 0.81% 0.7% -
HSV(B) 301.94º 0.52% 0.94% -
XYZ 57.32 37.07 83.49 -
YUV 166.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 240 116 236 0 0.52 0.02 0.06 301.94 0.81 0.7
Hex F0 74 EC 0 34 2 6 12E 51 46
Octal 360 164 354 0 64 2 6 456 121 106
Binary 11110000 1110100 11101100 0 110100 10 110 100101110 1010001 1000110

Color Harmonies of #F074EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F074EC

Black with #F074EC

Text Example


Text Example

White with #F074EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F074EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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