#F581FB

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

Shades of Fuchsia Pink #F581FB

Tints of Fuchsia Pink #F581FB

Color information

#F581FB (or 0xF581FB) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 81 and FB. RGB value is (245,129,251). Sum of RGB (Red+Green+Blue) = 245+129+251=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 129 (50.78% from 255 or 20.64% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #F581FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F581FB is #0A7E04. Grayscale: #B1B1B1. Windows color (decimal): -687621 or 16482805. OLE color: 16482805.

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

Color convert

RGB245129251-
CMYK0.020.4900.02
HSL297.05º93.85%74.51%-
HSV(B)297.05º48.61%98.43%-
XYZ62.9242.0896.07-
YUV177.59169.43176.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.2%
GREEN value IS 129 (50.78% from 255) = 20.64%
BLUE value IS 251 (98.44% from 255) = 40.16%
R=39.2%
G=20.64%
B=40.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451292510.020.4900.02297.0593.8574.51
HexF581FB231021295e4b
Octal36520137326102451136113
Binary1111010110000001111110111011000101010010100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F581FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F581FB; }

 p { color: rgb(245,129,251); }

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

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

 a { background-color: rgb(245,129,251); }

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

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

 span { border-color: rgb(245,129,251); }

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