#F964FC

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

Shades of Pink Flamingo #F964FC

Tints of Pink Flamingo #F964FC

Color information

#F964FC (or 0xF964FC) is unknown color: approx Pink Flamingo. HEX triplet: F9, 64 and FC. RGB value is (249,100,252). Sum of RGB (Red+Green+Blue) = 249+100+252=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 100 (39.45% from 255 or 16.64% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #F964FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F964FC is #069B03. Grayscale: #A1A1A1. Windows color (decimal): -432900 or 16540921. OLE color: 16540921.

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

Color convert

RGB249100252-
CMYK0.010.6000.01
HSL298.82º96.2%69.02%-
HSV(B)298.82º60.32%98.82%-
XYZ61.1936.2895.87-
YUV161.88178.86190.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.43%
GREEN value IS 100 (39.45% from 255) = 16.64%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=41.43%
G=16.64%
B=41.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491002520.010.6000.01298.8296.269.02
HexF964FC13C0112b6045
Octal37114437417401453140105
Binary1111100111001001111110011111000110010101111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F964FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F964FC; }

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

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

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

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

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

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

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

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