#F564F9

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

Shades of Pink Flamingo #F564F9

Tints of Pink Flamingo #F564F9

Color information

#F564F9 (or 0xF564F9) is unknown color: approx Pink Flamingo. HEX triplet: F5, 64 and F9. RGB value is (245,100,249). Sum of RGB (Red+Green+Blue) = 245+100+249=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 100 (39.45% from 255 or 16.84% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #F564F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F564F9 is #0A9B06. Grayscale: #9F9F9F. Windows color (decimal): -695047 or 16344309. OLE color: 16344309.

HSL color Cylindrical-coordinate representation of color #F564F9: hue angle of 298.39º degrees, saturation: 0.93, 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 #F564F9 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245100249-
CMYK0.020.6000.02
HSL298.39º92.55%68.43%-
HSV(B)298.39º59.84%97.65%-
XYZ59.3135.3793.32-
YUV160.34178.04188.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.25%
GREEN value IS 100 (39.45% from 255) = 16.84%
BLUE value IS 249 (97.66% from 255) = 41.92%
R=41.25%
G=16.84%
B=41.92%

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
Decimal2451002490.020.6000.02298.3992.5568.43
HexF564F923C0212a5d44
Octal36514437127402452135104
Binary111101011100100111110011011110001010010101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F564F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F564F9; }

 p { color: rgb(245,100,249); }

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

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

 a { background-color: rgb(245,100,249); }

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

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

 span { border-color: rgb(245,100,249); }

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