#F580FF

Color #F580FF Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #F580FF

Tints of Fuchsia Pink #F580FF

Color information

#F580FF (or 0xF580FF) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 80 and FF. RGB value is (245,128,255). Sum of RGB (Red+Green+Blue) = 245+128+255=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 128 (50.39% from 255 or 20.38% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #F580FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F580FF is #0A7F00. Grayscale: #B1B1B1. Windows color (decimal): -687873 or 16744693. OLE color: 16744693.

HSL color Cylindrical-coordinate representation of color #F580FF: hue angle of 295.28º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F580FF is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB245128255-
CMYK0.040.5000
HSL295.28º100%75.1%-
HSV(B)295.28º49.8%100%-
XYZ63.4342.0799.39-
YUV177.46171.76176.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.01%
GREEN value IS 128 (50.39% from 255) = 20.38%
BLUE value IS 255 (100% from 255) = 40.61%
R=39.01%
G=20.38%
B=40.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451282550.040.5000295.2810075.1
HexF580FF43200127644b
Octal36520037746200447144113
Binary1111010110000000111111111001100100010010011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F580FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F580FF; }

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

 H1.HeaderClassName
 {
   color: #F580FF;
 }
 .AnyTagClassName
 {
   color: #F580FF;
 }
</style>
background-color css

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

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

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

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

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

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