#f584ff

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

Shades of Fuchsia Pink #F584FF

Tints of Fuchsia Pink #F584FF

Color information

#F584FF (or 0xF584FF) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 84 and FF. RGB value is (245,132,255). Sum of RGB (Red+Green+Blue) = 245+132+255=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 132 (51.95% from 255 or 20.89% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #F584FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F584FF is #0A7B00. Grayscale: #B3B3B3. Windows color (decimal): -686849 or 16745717. OLE color: 16745717.

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

Color convert

RGB245132255-
CMYK0.040.4800
HSL295.12º100%75.88%-
HSV(B)295.12º48.24%100%-
XYZ63.9643.1499.56-
YUV179.81170.44174.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.77%
GREEN value IS 132 (51.95% from 255) = 20.89%
BLUE value IS 255 (100% from 255) = 40.35%
R=38.77%
G=20.89%
B=40.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451322550.040.4800295.1210075.88
HexF584FF43000127644c
Octal36520437746000447144114
Binary1111010110000100111111111001100000010010011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f584ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f584ff; }

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

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

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

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

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

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

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

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