Html Css Color HEX #F086ED Violet

📋 copy color: '#F086ED'

red 240 ◦ green 134 ◦ blue 237

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

Shades of Violet #F086ED

Tints of Violet #F086ED

RGB

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

 GREEN value IS 134 (52.73% from 255) = 21.93%

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

R = 39.28%
G = 21.93%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F086ED (or 0xF086ED) is known color: Violet. HEX triplet: F0, 86 and ED. RGB value is (240,134,237). Sum of RGB (Red+Green+Blue) = 240+134+237=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 134 (52.73% from 255 or 21.93% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F086ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F086ED is #0F7912. Grayscale: #B1B1B1. Windows color (decimal): -1014035 or 15566576. OLE color: 15566576.

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

Color convert

RGB 240 134 237 -
CMYK 0 0.44 0.01 0.06
HSL 301.7º 0.78% 0.73% -
HSV(B) 301.7º 0.44% 0.94% -
XYZ 59.75 41.69 85.02 -
YUV 177.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 240 134 237 0 0.44 0.01 0.06 301.7 0.78 0.73
Hex F0 86 ED 0 2C 1 6 12E 4E 49
Octal 360 206 355 0 54 1 6 456 116 111
Binary 11110000 10000110 11101101 0 101100 1 110 100101110 1001110 1001001

Color Harmonies of #F086ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F086ED

Black with #F086ED

Text Example


Text Example

White with #F086ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F086ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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