Html Css Color HEX #F580EF Violet

📋 copy color: '#F580EF'

red 245 ◦ green 128 ◦ blue 239

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

Shades of Violet #F580EF

Tints of Violet #F580EF

RGB

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

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

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

R = 40.03%
G = 20.92%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F580EF (or 0xF580EF) is known color: Violet. HEX triplet: F5, 80 and EF. RGB value is (245,128,239). Sum of RGB (Red+Green+Blue) = 245+128+239=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 128 (50.39% from 255 or 20.92% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F580EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F580EF is #0A7F10. Grayscale: #AFAFAF. Windows color (decimal): -687889 or 15696117. OLE color: 15696117.

HSL color Cylindrical-coordinate representation of color #F580EF: hue angle of 303.08º 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 #F580EF is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 128 239 -
CMYK 0 0.48 0.02 0.04
HSL 303.08º 0.85% 0.73% -
HSV(B) 303.08º 0.48% 0.96% -
XYZ 60.96 41.08 86.38 -
YUV 175.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 245 128 239 0 0.48 0.02 0.04 303.08 0.85 0.73
Hex F5 80 EF 0 30 2 4 12F 55 49
Octal 365 200 357 0 60 2 4 457 125 111
Binary 11110101 10000000 11101111 0 110000 10 100 100101111 1010101 1001001

Color Harmonies of #F580EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F580EF

Black with #F580EF

Text Example


Text Example

White with #F580EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F580EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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