#F44EFF

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

Shades of Pink Flamingo #F44EFF

Tints of Pink Flamingo #F44EFF

Color information

#F44EFF (or 0xF44EFF) is unknown color: approx Pink Flamingo. HEX triplet: F4, 4E and FF. RGB value is (244,78,255). Sum of RGB (Red+Green+Blue) = 244+78+255=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 78 (30.86% from 255 or 13.52% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #F44EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F44EFF is #0BB100. Grayscale: #939393. Windows color (decimal): -766209 or 16731892. OLE color: 16731892.

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

Color convert

RGB24478255-
CMYK0.040.6900
HSL296.27º100%65.29%-
HSV(B)296.27º69.41%100%-
XYZ58.0831.997.7-
YUV147.81188.5196.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.29%
GREEN value IS 78 (30.86% from 255) = 13.52%
BLUE value IS 255 (100% from 255) = 44.19%
R=42.29%
G=13.52%
B=44.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal244782550.040.6900296.2710065.29
HexF44EFF445001286441
Octal364116377410500450144101
Binary1111010010011101111111110010001010010010100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44EFF; }

 p { color: rgb(244,78,255); }

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

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

 a { background-color: rgb(244,78,255); }

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

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

 span { border-color: rgb(244,78,255); }

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