#FC51FE

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

Shades of Pink Flamingo #FC51FE

Tints of Pink Flamingo #FC51FE

Color information

#FC51FE (or 0xFC51FE) is unknown color: approx Pink Flamingo. HEX triplet: FC, 51 and FE. RGB value is (252,81,254). Sum of RGB (Red+Green+Blue) = 252+81+254=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 81 (32.03% from 255 or 13.80% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC51FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC51FE is #03AE01. Grayscale: #979797. Windows color (decimal): -241154 or 16667132. OLE color: 16667132.

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

Color convert

RGB25281254-
CMYK0.010.6800.00
HSL299.31º98.86%65.69%-
HSV(B)299.31º68.11%99.61%-
XYZ60.9833.7497.06-
YUV151.85185.65199.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.93%
GREEN value IS 81 (32.03% from 255) = 13.80%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=42.93%
G=13.80%
B=43.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal252812540.010.6800.00299.3198.8665.69
HexFC51FE1440012b6342
Octal374121376110400453143102
Binary11111100101000111111110110001000010010101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC51FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC51FE; }

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

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

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

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

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

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

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

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