Html Css Color HEX #F580FA Violet

📋 copy color: '#F580FA'

red 245 ◦ green 128 ◦ blue 250

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

Shades of Violet #F580FA

Tints of Violet #F580FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.13%

R = 39.33%
G = 20.55%
B = 40.13%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F580FA (or 0xF580FA) is known color: Violet. HEX triplet: F5, 80 and FA. RGB value is (245,128,250). Sum of RGB (Red+Green+Blue) = 245+128+250=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 128 (50.39% from 255 or 20.55% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #F580FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F580FA is #0A7F05. Grayscale: #B0B0B0. Windows color (decimal): -687878 or 16417013. OLE color: 16417013.

HSL color Cylindrical-coordinate representation of color #F580FA: hue angle of 297.54º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F580FA is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 128 250 -
CMYK 0.02 0.49 0 0.02
HSL 297.54º 0.92% 0.74% -
HSV(B) 297.54º 0.49% 0.98% -
XYZ 62.63 41.75 95.2 -
YUV 176.89 169.26 176.58 -
System Red Green Blue C M Y K H S L
Decimal 245 128 250 0.02 0.49 0 0.02 297.54 0.92 0.74
Hex F5 80 FA 2 31 0 2 12A 5C 4A
Octal 365 200 372 2 61 0 2 452 134 112
Binary 11110101 10000000 11111010 10 110001 0 10 100101010 1011100 1001010

Color Harmonies of #F580FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F580FA

Black with #F580FA

Text Example


Text Example

White with #F580FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F580FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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