#F560F7

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

Shades of Pink Flamingo #F560F7

Tints of Pink Flamingo #F560F7

Color information

#F560F7 (or 0xF560F7) is unknown color: approx Pink Flamingo. HEX triplet: F5, 60 and F7. RGB value is (245,96,247). Sum of RGB (Red+Green+Blue) = 245+96+247=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 96 (37.89% from 255 or 16.33% from 588); Blue value is 247 (96.88% from 255 or 42.01% from 588); Max value from RGB is 247 - color contains mainly: blue. Hex color #F560F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F560F7 is #0A9F08. Grayscale: #9D9D9D. Windows color (decimal): -696073 or 16212213. OLE color: 16212213.

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

Color convert

RGB24596247-
CMYK0.010.6100.03
HSL299.21º90.42%67.25%-
HSV(B)299.21º61.13%96.86%-
XYZ58.6334.4991.56-
YUV157.76178.36190.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.67%
GREEN value IS 96 (37.89% from 255) = 16.33%
BLUE value IS 247 (96.88% from 255) = 42.01%
R=41.67%
G=16.33%
B=42.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal245962470.010.6100.03299.2190.4267.25
HexF560F713D0312b5a43
Octal36514036717503453132103
Binary11110101110000011110111111110101110010101110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F560F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F560F7; }

 p { color: rgb(245,96,247); }

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

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

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

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

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

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

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