#F54DF1

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

Shades of Pink Flamingo #F54DF1

Tints of Pink Flamingo #F54DF1

Color information

#F54DF1 (or 0xF54DF1) is unknown color: approx Pink Flamingo. HEX triplet: F5, 4D and F1. RGB value is (245,77,241). Sum of RGB (Red+Green+Blue) = 245+77+241=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 77 (30.47% from 255 or 13.68% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F54DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F54DF1 is #0AB20E. Grayscale: #919191. Windows color (decimal): -700943 or 15814133. OLE color: 15814133.

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

Color convert

RGB24577241-
CMYK00.690.020.04
HSL301.43º89.36%63.14%-
HSV(B)301.43º68.57%96.08%-
XYZ56.1931.0786.26-
YUV145.93181.66198.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.52%
GREEN value IS 77 (30.47% from 255) = 13.68%
BLUE value IS 241 (94.53% from 255) = 42.81%
R=43.52%
G=13.68%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457724100.690.020.04301.4389.3663.14
HexF54DF10452412d593f
Octal36511536101052445513177
Binary1111010110011011111000101000101101001001011011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54DF1; }

 p { color: rgb(245,77,241); }

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

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

 a { background-color: rgb(245,77,241); }

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

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

 span { border-color: rgb(245,77,241); }

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