#F44BF6

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

Shades of Pink Flamingo #F44BF6

Tints of Pink Flamingo #F44BF6

Color information

#F44BF6 (or 0xF44BF6) is unknown color: approx Pink Flamingo. HEX triplet: F4, 4B and F6. RGB value is (244,75,246). Sum of RGB (Red+Green+Blue) = 244+75+246=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 75 (29.69% from 255 or 13.27% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #F44BF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F44BF6 is #0BB409. Grayscale: #909090. Windows color (decimal): -766986 or 16141300. OLE color: 16141300.

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

Color convert

RGB24475246-
CMYK0.010.7000.04
HSL299.3º90.48%62.94%-
HSV(B)299.3º69.51%96.47%-
XYZ56.4630.9290.18-
YUV145.02184.99198.6-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.19%
GREEN value IS 75 (29.69% from 255) = 13.27%
BLUE value IS 246 (96.48% from 255) = 43.54%
R=43.19%
G=13.27%
B=43.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244752460.010.7000.04299.390.4862.94
HexF44BF61460412b5a3f
Octal36411336611060445313277
Binary111101001001011111101101100011001001001010111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44BF6; }

 p { color: rgb(244,75,246); }

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

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

 a { background-color: rgb(244,75,246); }

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

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

 span { border-color: rgb(244,75,246); }

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