#F580FE

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

Shades of Fuchsia Pink #F580FE

Tints of Fuchsia Pink #F580FE

Color information

#F580FE (or 0xF580FE) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 80 and FE. RGB value is (245,128,254). Sum of RGB (Red+Green+Blue) = 245+128+254=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 128 (50.39% from 255 or 20.41% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #F580FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F580FE is #0A7F01. Grayscale: #B0B0B0. Windows color (decimal): -687874 or 16679157. OLE color: 16679157.

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

Color convert

RGB245128254-
CMYK0.040.5000.00
HSL295.71º98.44%74.9%-
HSV(B)295.71º49.61%99.61%-
XYZ63.2642.0198.54-
YUV177.35171.26176.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.07%
GREEN value IS 128 (50.39% from 255) = 20.41%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=39.07%
G=20.41%
B=40.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451282540.040.5000.00295.7198.4474.9
HexF580FE43200128624b
Octal36520037646200450142113
Binary1111010110000000111111101001100100010010100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F580FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F580FE; }

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

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

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

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

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

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

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

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