Html Css Color HEX #F080ED Violet

📋 copy color: '#F080ED'

red 240 ◦ green 128 ◦ blue 237

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

Shades of Violet #F080ED

Tints of Violet #F080ED

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.16%

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

R = 39.67%
G = 21.16%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F080ED (or 0xF080ED) is known color: Violet. HEX triplet: F0, 80 and ED. RGB value is (240,128,237). Sum of RGB (Red+Green+Blue) = 240+128+237=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 128 (50.39% from 255 or 21.16% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F080ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F080ED is #0F7F12. Grayscale: #ADADAD. Windows color (decimal): -1015571 or 15565040. OLE color: 15565040.

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

Color convert

RGB 240 128 237 -
CMYK 0 0.47 0.01 0.06
HSL 301.61º 0.79% 0.72% -
HSV(B) 301.61º 0.47% 0.94% -
XYZ 58.94 40.08 84.75 -
YUV 173.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 240 128 237 0 0.47 0.01 0.06 301.61 0.79 0.72
Hex F0 80 ED 0 2F 1 6 12E 4F 48
Octal 360 200 355 0 57 1 6 456 117 110
Binary 11110000 10000000 11101101 0 101111 1 110 100101110 1001111 1001000

Color Harmonies of #F080ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080ED

Black with #F080ED

Text Example


Text Example

White with #F080ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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