#FD51FE

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

Shades of Pink Flamingo #FD51FE

Tints of Pink Flamingo #FD51FE

Color information

#FD51FE (or 0xFD51FE) is unknown color: approx Pink Flamingo. HEX triplet: FD, 51 and FE. RGB value is (253,81,254). Sum of RGB (Red+Green+Blue) = 253+81+254=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 81 (32.03% from 255 or 13.78% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD51FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD51FE is #02AE01. Grayscale: #979797. Windows color (decimal): -175618 or 16667133. OLE color: 16667133.

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

Color convert

RGB25381254-
CMYK0.000.6800.00
HSL299.65º98.86%65.69%-
HSV(B)299.65º68.11%99.61%-
XYZ61.3433.9297.08-
YUV152.15185.48199.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.03%
GREEN value IS 81 (32.03% from 255) = 13.78%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=43.03%
G=13.78%
B=43.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal253812540.000.6800.00299.6598.8665.69
HexFD51FE0440012c6342
Octal375121376010400454143102
Binary11111101101000111111110010001000010010110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD51FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD51FE; }

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

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

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

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

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

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

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

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