#FC51F4

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

Shades of Pink Flamingo #FC51F4

Tints of Pink Flamingo #FC51F4

Color information

#FC51F4 (or 0xFC51F4) is unknown color: approx Pink Flamingo. HEX triplet: FC, 51 and F4. RGB value is (252,81,244). Sum of RGB (Red+Green+Blue) = 252+81+244=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 81 (32.03% from 255 or 14.04% from 577); Blue value is 244 (95.70% from 255 or 42.29% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC51F4 is #03AE0B. Grayscale: #969696. Windows color (decimal): -241164 or 16011772. OLE color: 16011772.

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

Color convert

RGB25281244-
CMYK00.680.030.01
HSL302.81º96.61%65.29%-
HSV(B)302.81º67.86%98.82%-
XYZ59.4233.1188.85-
YUV150.71180.65200.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.67%
GREEN value IS 81 (32.03% from 255) = 14.04%
BLUE value IS 244 (95.70% from 255) = 42.29%
R=43.67%
G=14.04%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528124400.680.030.01302.8196.6165.29
HexFC51F40443112f6141
Octal374121364010431457141101
Binary111111001010001111101000100010011110010111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC51F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC51F4; }

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

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

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

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

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

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

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

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