#F584FE

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

Shades of Fuchsia Pink #F584FE

Tints of Fuchsia Pink #F584FE

Color information

#F584FE (or 0xF584FE) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 84 and FE. RGB value is (245,132,254). Sum of RGB (Red+Green+Blue) = 245+132+254=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 132 (51.95% from 255 or 20.92% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #F584FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F584FE is #0A7B01. Grayscale: #B3B3B3. Windows color (decimal): -686850 or 16680181. OLE color: 16680181.

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

Color convert

RGB245132254-
CMYK0.040.4800.00
HSL295.57º98.39%75.69%-
HSV(B)295.57º48.03%99.61%-
XYZ63.843.0798.72-
YUV179.69169.94174.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.83%
GREEN value IS 132 (51.95% from 255) = 20.92%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=38.83%
G=20.92%
B=40.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451322540.040.4800.00295.5798.3975.69
HexF584FE43000128624c
Octal36520437646000450142114
Binary1111010110000100111111101001100000010010100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F584FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F584FE; }

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

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

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

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

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

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

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

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