#FE51FD

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

Shades of Pink Flamingo #FE51FD

Tints of Pink Flamingo #FE51FD

Color information

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

HSL color Cylindrical-coordinate representation of color #FE51FD: hue angle of 300.35º 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 #FE51FD is Cyan = 0, Magento = 0.68, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB25481253-
CMYK00.680.000.00
HSL300.35º98.86%65.69%-
HSV(B)300.35º68.11%99.61%-
XYZ61.5534.0596.26-
YUV152.34184.81200.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548125300.680.000.00300.3598.8665.69
HexFE51FD0440012c6342
Octal376121375010400454143102
Binary11111110101000111111101010001000010010110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE51FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE51FD; }

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

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

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

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

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

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

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

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