#F56AFF

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

Shades of Pink Flamingo #F56AFF

Tints of Pink Flamingo #F56AFF

Color information

#F56AFF (or 0xF56AFF) is unknown color: approx Pink Flamingo. HEX triplet: F5, 6A and FF. RGB value is (245,106,255). Sum of RGB (Red+Green+Blue) = 245+106+255=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 106 (41.80% from 255 or 17.49% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #F56AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56AFF is #0A9500. Grayscale: #A4A4A4. Windows color (decimal): -693505 or 16739061. OLE color: 16739061.

HSL color Cylindrical-coordinate representation of color #F56AFF: hue angle of 295.97º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F56AFF is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB245106255-
CMYK0.040.5800
HSL295.97º100%70.78%-
HSV(B)295.97º58.43%100%-
XYZ60.8636.9498.53-
YUV164.55179.05185.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.43%
GREEN value IS 106 (41.80% from 255) = 17.49%
BLUE value IS 255 (100% from 255) = 42.08%
R=40.43%
G=17.49%
B=42.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451062550.040.5800295.9710070.78
HexF56AFF43A001286447
Octal36515237747200450144107
Binary111101011101010111111111001110100010010100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56AFF; }

 p { color: rgb(245,106,255); }

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

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

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

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

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

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

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