Html Css Color HEX #F081EC Violet

📋 copy color: '#F081EC'

red 240 ◦ green 129 ◦ blue 236

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

Shades of Violet #F081EC

Tints of Violet #F081EC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.32%

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

R = 39.67%
G = 21.32%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F081EC (or 0xF081EC) is known color: Violet. HEX triplet: F0, 81 and EC. RGB value is (240,129,236). Sum of RGB (Red+Green+Blue) = 240+129+236=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 129 (50.78% from 255 or 21.32% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F081EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081EC is #0F7E13. Grayscale: #AEAEAE. Windows color (decimal): -1015316 or 15499760. OLE color: 15499760.

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

Color convert

RGB 240 129 236 -
CMYK 0 0.46 0.02 0.06
HSL 302.16º 0.79% 0.72% -
HSV(B) 302.16º 0.46% 0.94% -
XYZ 58.93 40.28 84.03 -
YUV 174.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 240 129 236 0 0.46 0.02 0.06 302.16 0.79 0.72
Hex F0 81 EC 0 2E 2 6 12E 4F 48
Octal 360 201 354 0 56 2 6 456 117 110
Binary 11110000 10000001 11101100 0 101110 10 110 100101110 1001111 1001000

Color Harmonies of #F081EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081EC

Black with #F081EC

Text Example


Text Example

White with #F081EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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