Html Css Color HEX #F084EC Violet

📋 copy color: '#F084EC'

red 240 ◦ green 132 ◦ blue 236

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

Shades of Violet #F084EC

Tints of Violet #F084EC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.71%

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

R = 39.47%
G = 21.71%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F084EC (or 0xF084EC) is known color: Violet. HEX triplet: F0, 84 and EC. RGB value is (240,132,236). Sum of RGB (Red+Green+Blue) = 240+132+236=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 132 (51.95% from 255 or 21.71% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F084EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F084EC is #0F7B13. Grayscale: #AFAFAF. Windows color (decimal): -1014548 or 15500528. OLE color: 15500528.

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

Color convert

RGB 240 132 236 -
CMYK 0 0.45 0.02 0.06
HSL 302.22º 0.78% 0.73% -
HSV(B) 302.22º 0.45% 0.94% -
XYZ 59.33 41.08 84.16 -
YUV 176.15 161.78 173.54 -
System Red Green Blue C M Y K H S L
Decimal 240 132 236 0 0.45 0.02 0.06 302.22 0.78 0.73
Hex F0 84 EC 0 2D 2 6 12E 4E 49
Octal 360 204 354 0 55 2 6 456 116 111
Binary 11110000 10000100 11101100 0 101101 10 110 100101110 1001110 1001001

Color Harmonies of #F084EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F084EC

Black with #F084EC

Text Example


Text Example

White with #F084EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F084EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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