#F558F5

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

Shades of Pink Flamingo #F558F5

Tints of Pink Flamingo #F558F5

Color information

#F558F5 (or 0xF558F5) is unknown color: approx Pink Flamingo. HEX triplet: F5, 58 and F5. RGB value is (245,88,245). Sum of RGB (Red+Green+Blue) = 245+88+245=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 88 (34.77% from 255 or 15.22% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F558F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F558F5 is #0AA70A. Grayscale: #989898. Windows color (decimal): -698123 or 16079093. OLE color: 16079093.

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

Color convert

RGB24588245-
CMYK00.6400.04
HSL300º88.7%65.29%-
HSV(B)300º64.08%96.08%-
XYZ57.6332.9889.72-
YUV152.84180.01193.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.39%
GREEN value IS 88 (34.77% from 255) = 15.22%
BLUE value IS 245 (96.09% from 255) = 42.39%
R=42.39%
G=15.22%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458824500.6400.0430088.765.29
HexF558F50400412c5941
Octal365130365010004454131101
Binary1111010110110001111010101000000010010010110010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F558F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F558F5; }

 p { color: rgb(245,88,245); }

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

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

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

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

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

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

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