#F561FF

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

Shades of Pink Flamingo #F561FF

Tints of Pink Flamingo #F561FF

Color information

#F561FF (or 0xF561FF) is unknown color: approx Pink Flamingo. HEX triplet: F5, 61 and FF. RGB value is (245,97,255). Sum of RGB (Red+Green+Blue) = 245+97+255=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 97 (38.28% from 255 or 16.25% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #F561FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F561FF is #0A9E00. Grayscale: #9E9E9E. Windows color (decimal): -695809 or 16736757. OLE color: 16736757.

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

Color convert

RGB24597255-
CMYK0.040.6200
HSL296.2º100%69.02%-
HSV(B)296.2º61.96%100%-
XYZ59.9835.1898.24-
YUV159.26182.03189.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.04%
GREEN value IS 97 (38.28% from 255) = 16.25%
BLUE value IS 255 (100% from 255) = 42.71%
R=41.04%
G=16.25%
B=42.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal245972550.040.6200296.210069.02
HexF561FF43E001286445
Octal36514137747600450144105
Binary111101011100001111111111001111100010010100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F561FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F561FF; }

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

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

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

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

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

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

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

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