#F53FF8

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

Shades of Pink Flamingo #F53FF8

Tints of Pink Flamingo #F53FF8

Color information

#F53FF8 (or 0xF53FF8) is unknown color: approx Pink Flamingo. HEX triplet: F5, 3F and F8. RGB value is (245,63,248). Sum of RGB (Red+Green+Blue) = 245+63+248=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 63 (25% from 255 or 11.33% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 248 - color contains mainly: blue. Hex color #F53FF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53FF8 is #0AC007. Grayscale: #898989. Windows color (decimal): -704520 or 16269301. OLE color: 16269301.

HSL color Cylindrical-coordinate representation of color #F53FF8: hue angle of 299.03º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53FF8 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB24563248-
CMYK0.010.7500.03
HSL299.03º92.96%60.98%-
HSV(B)299.03º74.6%97.25%-
XYZ56.3829.7491.58-
YUV138.51189.8203.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.06%
GREEN value IS 63 (25% from 255) = 11.33%
BLUE value IS 248 (97.27% from 255) = 44.60%
R=44.06%
G=11.33%
B=44.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal245632480.010.7500.03299.0392.9660.98
HexF53FF814B0312b5d3d
Octal3657737011130345313575
Binary1111010111111111111000110010110111001010111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53FF8; }

 p { color: rgb(245,63,248); }

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

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

 a { background-color: rgb(245,63,248); }

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

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

 span { border-color: rgb(245,63,248); }

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