#F459F2

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

Shades of Pink Flamingo #F459F2

Tints of Pink Flamingo #F459F2

Color information

#F459F2 (or 0xF459F2) is unknown color: approx Pink Flamingo. HEX triplet: F4, 59 and F2. RGB value is (244,89,242). Sum of RGB (Red+Green+Blue) = 244+89+242=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 89 (35.16% from 255 or 15.48% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F459F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F459F2 is #0BA60D. Grayscale: #989898. Windows color (decimal): -763406 or 15882740. OLE color: 15882740.

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

Color convert

RGB24489242-
CMYK00.640.010.04
HSL300.77º87.57%65.29%-
HSV(B)300.77º63.52%95.69%-
XYZ56.9132.7987.33-
YUV152.79178.35193.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.43%
GREEN value IS 89 (35.16% from 255) = 15.48%
BLUE value IS 242 (94.92% from 255) = 42.09%
R=42.43%
G=15.48%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448924200.640.010.04300.7787.5765.29
HexF459F20401412d5841
Octal364131362010014455130101
Binary1111010010110011111001001000000110010010110110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F459F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F459F2; }

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

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

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

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

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

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

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

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