#F457F0

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

Shades of Pink Flamingo #F457F0

Tints of Pink Flamingo #F457F0

Color information

#F457F0 (or 0xF457F0) is unknown color: approx Pink Flamingo. HEX triplet: F4, 57 and F0. RGB value is (244,87,240). Sum of RGB (Red+Green+Blue) = 244+87+240=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 87 (34.38% from 255 or 15.24% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F457F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F457F0 is #0BA80F. Grayscale: #969696. Windows color (decimal): -763920 or 15751156. OLE color: 15751156.

HSL color Cylindrical-coordinate representation of color #F457F0: hue angle of 301.53º 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 #F457F0 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB24487240-
CMYK00.640.020.04
HSL301.53º87.71%64.9%-
HSV(B)301.53º64.34%95.69%-
XYZ56.4432.3485.71-
YUV151.38178.01194.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.73%
GREEN value IS 87 (34.38% from 255) = 15.24%
BLUE value IS 240 (94.14% from 255) = 42.03%
R=42.73%
G=15.24%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448724000.640.020.04301.5387.7164.9
HexF457F00402412e5841
Octal364127360010024456130101
Binary11110100101011111110000010000001010010010111010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F457F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F457F0; }

 p { color: rgb(244,87,240); }

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

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

 a { background-color: rgb(244,87,240); }

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

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

 span { border-color: rgb(244,87,240); }

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