#FD44F5

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

Shades of Pink Flamingo #FD44F5

Tints of Pink Flamingo #FD44F5

Color information

#FD44F5 (or 0xFD44F5) is unknown color: approx Pink Flamingo. HEX triplet: FD, 44 and F5. RGB value is (253,68,245). Sum of RGB (Red+Green+Blue) = 253+68+245=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 68 (26.95% from 255 or 12.01% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD44F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD44F5 is #02BB0A. Grayscale: #8E8E8E. Windows color (decimal): -178955 or 16073981. OLE color: 16073981.

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

Color convert

RGB25368245-
CMYK00.730.030.01
HSL302.59º97.88%62.94%-
HSV(B)302.59º73.12%99.22%-
XYZ59.0631.6189.37-
YUV143.49185.29206.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.70%
GREEN value IS 68 (26.95% from 255) = 12.01%
BLUE value IS 245 (96.09% from 255) = 43.29%
R=44.70%
G=12.01%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536824500.730.030.01302.5997.8862.94
HexFD44F50493112f623f
Octal37510436501113145714277
Binary11111101100010011110101010010011111001011111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD44F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD44F5; }

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

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

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

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

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

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

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

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