#F45BF1

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

Shades of Pink Flamingo #F45BF1

Tints of Pink Flamingo #F45BF1

Color information

#F45BF1 (or 0xF45BF1) is unknown color: approx Pink Flamingo. HEX triplet: F4, 5B and F1. RGB value is (244,91,241). Sum of RGB (Red+Green+Blue) = 244+91+241=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 91 (35.94% from 255 or 15.80% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F45BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45BF1 is #0BA40E. Grayscale: #999999. Windows color (decimal): -762895 or 15817716. OLE color: 15817716.

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

Color convert

RGB24491241-
CMYK00.630.010.04
HSL301.18º87.43%65.69%-
HSV(B)301.18º62.7%95.69%-
XYZ56.9333.0786.6-
YUV153.85177.19192.3-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.36%
GREEN value IS 91 (35.94% from 255) = 15.80%
BLUE value IS 241 (94.53% from 255) = 41.84%
R=42.36%
G=15.80%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449124100.630.010.04301.1887.4365.69
HexF45BF103F1412d5742
Octal36413336107714455127102
Binary111101001011011111100010111111110010010110110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45BF1; }

 p { color: rgb(244,91,241); }

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

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

 a { background-color: rgb(244,91,241); }

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

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

 span { border-color: rgb(244,91,241); }

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