#F581FD

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

Shades of Fuchsia Pink #F581FD

Tints of Fuchsia Pink #F581FD

Color information

#F581FD (or 0xF581FD) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 81 and FD. RGB value is (245,129,253). Sum of RGB (Red+Green+Blue) = 245+129+253=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 129 (50.78% from 255 or 20.57% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #F581FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F581FD is #0A7E02. Grayscale: #B1B1B1. Windows color (decimal): -687619 or 16613877. OLE color: 16613877.

HSL color Cylindrical-coordinate representation of color #F581FD: hue angle of 296.13º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F581FD is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245129253-
CMYK0.030.4900.01
HSL296.13º96.88%74.9%-
HSV(B)296.13º49.01%99.22%-
XYZ63.2442.297.74-
YUV177.82170.43175.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.07%
GREEN value IS 129 (50.78% from 255) = 20.57%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=39.07%
G=20.57%
B=40.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451292530.030.4900.01296.1396.8874.9
HexF581FD33101128614b
Octal36520137536101450141113
Binary111101011000000111111101111100010110010100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F581FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F581FD; }

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

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

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

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

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

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

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

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