Html Css Color HEX #F083EC Violet

📋 copy color: '#F083EC'

red 240 ◦ green 131 ◦ blue 236

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

Shades of Violet #F083EC

Tints of Violet #F083EC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.58%

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

R = 39.54%
G = 21.58%
B = 38.88%

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

#F083EC (or 0xF083EC) is known color: Violet. HEX triplet: F0, 83 and EC. RGB value is (240,131,236). Sum of RGB (Red+Green+Blue) = 240+131+236=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 131 (51.56% from 255 or 21.58% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F083EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F083EC is #0F7C13. Grayscale: #AFAFAF. Windows color (decimal): -1014804 or 15500272. OLE color: 15500272.

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

Color convert

RGB 240 131 236 -
CMYK 0 0.45 0.02 0.06
HSL 302.2º 0.78% 0.73% -
HSV(B) 302.2º 0.45% 0.94% -
XYZ 59.19 40.81 84.12 -
YUV 175.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 240 131 236 0 0.45 0.02 0.06 302.2 0.78 0.73
Hex F0 83 EC 0 2D 2 6 12E 4E 49
Octal 360 203 354 0 55 2 6 456 116 111
Binary 11110000 10000011 11101100 0 101101 10 110 100101110 1001110 1001001

Color Harmonies of #F083EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F083EC

Black with #F083EC

Text Example


Text Example

White with #F083EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F083EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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