#F561FD

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

Shades of Pink Flamingo #F561FD

Tints of Pink Flamingo #F561FD

Color information

#F561FD (or 0xF561FD) is unknown color: approx Pink Flamingo. HEX triplet: F5, 61 and FD. RGB value is (245,97,253). Sum of RGB (Red+Green+Blue) = 245+97+253=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 97 (38.28% from 255 or 16.30% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #F561FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F561FD is #0A9E02. Grayscale: #9E9E9E. Windows color (decimal): -695811 or 16605685. OLE color: 16605685.

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

Color convert

RGB24597253-
CMYK0.030.6200.01
HSL296.92º97.5%68.63%-
HSV(B)296.92º61.66%99.22%-
XYZ59.6635.0596.55-
YUV159.04181.03189.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.18%
GREEN value IS 97 (38.28% from 255) = 16.30%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=41.18%
G=16.30%
B=42.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal245972530.030.6200.01296.9297.568.63
HexF561FD33E011296245
Octal36514137537601451142105
Binary11110101110000111111101111111100110010100111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F561FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F561FD; }

 p { color: rgb(245,97,253); }

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

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

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

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

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

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

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