#FC51F5

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

Shades of Pink Flamingo #FC51F5

Tints of Pink Flamingo #FC51F5

Color information

#FC51F5 (or 0xFC51F5) is unknown color: approx Pink Flamingo. HEX triplet: FC, 51 and F5. RGB value is (252,81,245). Sum of RGB (Red+Green+Blue) = 252+81+245=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 81 (32.03% from 255 or 14.01% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC51F5 is #03AE0A. Grayscale: #969696. Windows color (decimal): -241163 or 16077308. OLE color: 16077308.

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

Color convert

RGB25281245-
CMYK00.680.030.01
HSL302.46º96.61%65.29%-
HSV(B)302.46º67.86%98.82%-
XYZ59.5733.1789.65-
YUV150.82181.15200.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 81 (32.03% from 255) = 14.01%
BLUE value IS 245 (96.09% from 255) = 42.39%
R=43.60%
G=14.01%
B=42.39%

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
Decimal2528124500.680.030.01302.4696.6165.29
HexFC51F50443112e6141
Octal374121365010431456141101
Binary111111001010001111101010100010011110010111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC51F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC51F5; }

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

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

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

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

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

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

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

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