Html Css Color HEX #F083EF Violet

📋 copy color: '#F083EF'

red 240 ◦ green 131 ◦ blue 239

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

Shades of Violet #F083EF

Tints of Violet #F083EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.18%

R = 39.34%
G = 21.48%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F083EF (or 0xF083EF) is known color: Violet. HEX triplet: F0, 83 and EF. RGB value is (240,131,239). Sum of RGB (Red+Green+Blue) = 240+131+239=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 131 (51.56% from 255 or 21.48% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F083EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F083EF is #0F7C10. Grayscale: #AFAFAF. Windows color (decimal): -1014801 or 15696880. OLE color: 15696880.

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

Color convert

RGB 240 131 239 -
CMYK 0 0.45 0.00 0.06
HSL 300.55º 0.78% 0.73% -
HSV(B) 300.55º 0.45% 0.94% -
XYZ 59.63 40.99 86.43 -
YUV 175.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 240 131 239 0 0.45 0.00 0.06 300.55 0.78 0.73
Hex F0 83 EF 0 2D 0 6 12D 4E 49
Octal 360 203 357 0 55 0 6 455 116 111
Binary 11110000 10000011 11101111 0 101101 0 110 100101101 1001110 1001001

Color Harmonies of #F083EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F083EF

Black with #F083EF

Text Example


Text Example

White with #F083EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F083EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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