#F557FC

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

Shades of Pink Flamingo #F557FC

Tints of Pink Flamingo #F557FC

Color information

#F557FC (or 0xF557FC) is unknown color: approx Pink Flamingo. HEX triplet: F5, 57 and FC. RGB value is (245,87,252). Sum of RGB (Red+Green+Blue) = 245+87+252=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 87 (34.38% from 255 or 14.90% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #F557FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F557FC is #0AA803. Grayscale: #989898. Windows color (decimal): -698372 or 16537589. OLE color: 16537589.

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

Color convert

RGB24587252-
CMYK0.030.6500.01
HSL297.45º96.49%66.47%-
HSV(B)297.45º65.48%98.82%-
XYZ58.6433.2695.42-
YUV153.05183.85193.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.95%
GREEN value IS 87 (34.38% from 255) = 14.90%
BLUE value IS 252 (98.83% from 255) = 43.15%
R=41.95%
G=14.90%
B=43.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal245872520.030.6500.01297.4596.4966.47
HexF557FC341011296042
Octal365127374310101451140102
Binary111101011010111111111001110000010110010100111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F557FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F557FC; }

 p { color: rgb(245,87,252); }

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

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

 a { background-color: rgb(245,87,252); }

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

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

 span { border-color: rgb(245,87,252); }

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