#FC52F8

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

Shades of Pink Flamingo #FC52F8

Tints of Pink Flamingo #FC52F8

Color information

#FC52F8 (or 0xFC52F8) is unknown color: approx Pink Flamingo. HEX triplet: FC, 52 and F8. RGB value is (252,82,248). Sum of RGB (Red+Green+Blue) = 252+82+248=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 82 (32.42% from 255 or 14.09% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC52F8 is #03AD07. Grayscale: #979797. Windows color (decimal): -240904 or 16274172. OLE color: 16274172.

HSL color Cylindrical-coordinate representation of color #FC52F8: hue angle of 301.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC52F8 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB25282248-
CMYK00.670.020.01
HSL301.41º96.59%65.49%-
HSV(B)301.41º67.46%98.82%-
XYZ60.1133.5192.11-
YUV151.75182.32199.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.30%
GREEN value IS 82 (32.42% from 255) = 14.09%
BLUE value IS 248 (97.27% from 255) = 42.61%
R=43.30%
G=14.09%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528224800.670.020.01301.4196.5965.49
HexFC52F80432112d6141
Octal374122370010321455141101
Binary111111001010010111110000100001110110010110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC52F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC52F8; }

 p { color: rgb(252,82,248); }

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

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

 a { background-color: rgb(252,82,248); }

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

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

 span { border-color: rgb(252,82,248); }

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