#f44cf2

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

Shades of Pink Flamingo #F44CF2

Tints of Pink Flamingo #F44CF2

Color information

#F44CF2 (or 0xF44CF2) is unknown color: approx Pink Flamingo. HEX triplet: F4, 4C and F2. RGB value is (244,76,242). Sum of RGB (Red+Green+Blue) = 244+76+242=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 76 (30.08% from 255 or 13.52% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F44CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F44CF2 is #0BB30D. Grayscale: #909090. Windows color (decimal): -766734 or 15879412. OLE color: 15879412.

HSL color Cylindrical-coordinate representation of color #F44CF2: hue angle of 300.71º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F44CF2 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB24476242-
CMYK00.690.010.04
HSL300.71º88.42%62.75%-
HSV(B)300.71º68.85%95.69%-
XYZ55.9230.8187-
YUV145.16182.66198.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.42%
GREEN value IS 76 (30.08% from 255) = 13.52%
BLUE value IS 242 (94.92% from 255) = 43.06%
R=43.42%
G=13.52%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447624200.690.010.04300.7188.4262.75
HexF44CF20451412d583f
Octal36411436201051445513077
Binary111101001001100111100100100010111001001011011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f44cf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f44cf2; }

 p { color: rgb(244,76,242); }

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

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

 a { background-color: rgb(244,76,242); }

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

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

 span { border-color: rgb(244,76,242); }

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