Html Css Color HEX #F083ED Violet

📋 copy color: '#F083ED'

red 240 ◦ green 131 ◦ blue 237

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

Shades of Violet #F083ED

Tints of Violet #F083ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.98%

R = 39.47%
G = 21.55%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F083ED (or 0xF083ED) is known color: Violet. HEX triplet: F0, 83 and ED. RGB value is (240,131,237). Sum of RGB (Red+Green+Blue) = 240+131+237=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 131 (51.56% from 255 or 21.55% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F083ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F083ED is #0F7C12. Grayscale: #AFAFAF. Windows color (decimal): -1014803 or 15565808. OLE color: 15565808.

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

Color convert

RGB 240 131 237 -
CMYK 0 0.45 0.01 0.06
HSL 301.65º 0.78% 0.73% -
HSV(B) 301.65º 0.45% 0.94% -
XYZ 59.34 40.87 84.88 -
YUV 175.68 162.61 173.88 -
System Red Green Blue C M Y K H S L
Decimal 240 131 237 0 0.45 0.01 0.06 301.65 0.78 0.73
Hex F0 83 ED 0 2D 1 6 12E 4E 49
Octal 360 203 355 0 55 1 6 456 116 111
Binary 11110000 10000011 11101101 0 101101 1 110 100101110 1001110 1001001

Color Harmonies of #F083ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F083ED

Black with #F083ED

Text Example


Text Example

White with #F083ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F083ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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