#FD44F7

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

Shades of Pink Flamingo #FD44F7

Tints of Pink Flamingo #FD44F7

Color information

#FD44F7 (or 0xFD44F7) is unknown color: approx Pink Flamingo. HEX triplet: FD, 44 and F7. RGB value is (253,68,247). Sum of RGB (Red+Green+Blue) = 253+68+247=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 68 (26.95% from 255 or 11.97% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD44F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD44F7 is #02BB08. Grayscale: #8F8F8F. Windows color (decimal): -178953 or 16205053. OLE color: 16205053.

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

Color convert

RGB25368247-
CMYK00.730.020.01
HSL301.95º97.88%62.94%-
HSV(B)301.95º73.12%99.22%-
XYZ59.3631.7390.99-
YUV143.72186.29205.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.54%
GREEN value IS 68 (26.95% from 255) = 11.97%
BLUE value IS 247 (96.88% from 255) = 43.49%
R=44.54%
G=11.97%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536824700.730.020.01301.9597.8862.94
HexFD44F70492112e623f
Octal37510436701112145614277
Binary11111101100010011110111010010011011001011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD44F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD44F7; }

 p { color: rgb(253,68,247); }

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

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

 a { background-color: rgb(253,68,247); }

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

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

 span { border-color: rgb(253,68,247); }

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