#F563FA

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

Shades of Pink Flamingo #F563FA

Tints of Pink Flamingo #F563FA

Color information

#F563FA (or 0xF563FA) is unknown color: approx Pink Flamingo. HEX triplet: F5, 63 and FA. RGB value is (245,99,250). Sum of RGB (Red+Green+Blue) = 245+99+250=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 99 (39.06% from 255 or 16.67% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #F563FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F563FA is #0A9C05. Grayscale: #9F9F9F. Windows color (decimal): -695302 or 16409589. OLE color: 16409589.

HSL color Cylindrical-coordinate representation of color #F563FA: hue angle of 298.01º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F563FA is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24599250-
CMYK0.020.6000.02
HSL298.01º93.79%68.43%-
HSV(B)298.01º60.4%98.04%-
XYZ59.3735.2494.11-
YUV159.87178.87188.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.25%
GREEN value IS 99 (39.06% from 255) = 16.67%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=41.25%
G=16.67%
B=42.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245992500.020.6000.02298.0193.7968.43
HexF563FA23C0212a5e44
Octal36514337227402452136104
Binary111101011100011111110101011110001010010101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F563FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F563FA; }

 p { color: rgb(245,99,250); }

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

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

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

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

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

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

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