#FD51FA

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

Shades of Pink Flamingo #FD51FA

Tints of Pink Flamingo #FD51FA

Color information

#FD51FA (or 0xFD51FA) is unknown color: approx Pink Flamingo. HEX triplet: FD, 51 and FA. RGB value is (253,81,250). Sum of RGB (Red+Green+Blue) = 253+81+250=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 81 (32.03% from 255 or 13.87% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD51FA is #02AE05. Grayscale: #979797. Windows color (decimal): -175622 or 16404989. OLE color: 16404989.

HSL color Cylindrical-coordinate representation of color #FD51FA: hue angle of 301.05º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD51FA is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB25381250-
CMYK00.680.010.01
HSL301.05º97.73%65.49%-
HSV(B)301.05º67.98%99.22%-
XYZ60.7133.6793.74-
YUV151.69183.48200.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.32%
GREEN value IS 81 (32.03% from 255) = 13.87%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=43.32%
G=13.87%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538125000.680.010.01301.0597.7365.49
HexFD51FA0441112d6241
Octal375121372010411455142101
Binary11111101101000111111010010001001110010110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD51FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD51FA; }

 p { color: rgb(253,81,250); }

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

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

 a { background-color: rgb(253,81,250); }

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

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

 span { border-color: rgb(253,81,250); }

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