Html Css Color HEX #F580EB Violet

📋 copy color: '#F580EB'

red 245 ◦ green 128 ◦ blue 235

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

Shades of Violet #F580EB

Tints of Violet #F580EB

RGB

 RED value IS 245 (96.09% from 255) = 40.3%

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

 BLUE value IS 235 (92.19% from 255) = 38.65%

R = 40.3%
G = 21.05%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F580EB (or 0xF580EB) is known color: Violet. HEX triplet: F5, 80 and EB. RGB value is (245,128,235). Sum of RGB (Red+Green+Blue) = 245+128+235=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 128 (50.39% from 255 or 21.05% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F580EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F580EB is #0A7F14. Grayscale: #AEAEAE. Windows color (decimal): -687893 or 15433973. OLE color: 15433973.

HSL color Cylindrical-coordinate representation of color #F580EB: hue angle of 305.13º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F580EB is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 128 235 -
CMYK 0 0.48 0.04 0.04
HSL 305.13º 0.85% 0.73% -
HSV(B) 305.13º 0.48% 0.96% -
XYZ 60.37 40.85 83.3 -
YUV 175.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 245 128 235 0 0.48 0.04 0.04 305.13 0.85 0.73
Hex F5 80 EB 0 30 4 4 131 55 49
Octal 365 200 353 0 60 4 4 461 125 111
Binary 11110101 10000000 11101011 0 110000 100 100 100110001 1010101 1001001

Color Harmonies of #F580EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F580EB

Black with #F580EB

Text Example


Text Example

White with #F580EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F580EB; }

 p { color: rgb(245,128,235); }

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

background-color css

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

 a { background-color: rgb(245,128,235); }

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

border-color css

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

 span { border-color: rgb(245,128,235); }

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