#F457FE

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

Shades of Pink Flamingo #F457FE

Tints of Pink Flamingo #F457FE

Color information

#F457FE (or 0xF457FE) is unknown color: approx Pink Flamingo. HEX triplet: F4, 57 and FE. RGB value is (244,87,254). Sum of RGB (Red+Green+Blue) = 244+87+254=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 87 (34.38% from 255 or 14.87% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #F457FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F457FE is #0BA801. Grayscale: #989898. Windows color (decimal): -763906 or 16668660. OLE color: 16668660.

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

Color convert

RGB24487254-
CMYK0.040.6600.00
HSL296.41º98.82%66.86%-
HSV(B)296.41º65.75%99.61%-
XYZ58.6133.2197.09-
YUV152.98185.01192.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.71%
GREEN value IS 87 (34.38% from 255) = 14.87%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=41.71%
G=14.87%
B=43.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal244872540.040.6600.00296.4198.8266.86
HexF457FE442001286343
Octal364127376410200450143103
Binary1111010010101111111111010010000100010010100011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F457FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F457FE; }

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

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

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

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

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

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

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

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