#FD49F8

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

Shades of Pink Flamingo #FD49F8

Tints of Pink Flamingo #FD49F8

Color information

#FD49F8 (or 0xFD49F8) is unknown color: approx Pink Flamingo. HEX triplet: FD, 49 and F8. RGB value is (253,73,248). Sum of RGB (Red+Green+Blue) = 253+73+248=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 73 (28.91% from 255 or 12.72% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD49F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD49F8 is #02B607. Grayscale: #929292. Windows color (decimal): -177672 or 16271869. OLE color: 16271869.

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

Color convert

RGB25373248-
CMYK00.710.020.01
HSL301.67º97.83%63.92%-
HSV(B)301.67º71.15%99.22%-
XYZ59.8332.4391.91-
YUV146.77185.13203.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.08%
GREEN value IS 73 (28.91% from 255) = 12.72%
BLUE value IS 248 (97.27% from 255) = 43.21%
R=44.08%
G=12.72%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537324800.710.020.01301.6797.8363.92
HexFD49F80472112e6240
Octal375111370010721456142100
Binary111111011001001111110000100011110110010111011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD49F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD49F8; }

 p { color: rgb(253,73,248); }

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

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

 a { background-color: rgb(253,73,248); }

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

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

 span { border-color: rgb(253,73,248); }

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