#FB64F4

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

Shades of Pink Flamingo #FB64F4

Tints of Pink Flamingo #FB64F4

Color information

#FB64F4 (or 0xFB64F4) is unknown color: approx Pink Flamingo. HEX triplet: FB, 64 and F4. RGB value is (251,100,244). Sum of RGB (Red+Green+Blue) = 251+100+244=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 100 (39.45% from 255 or 16.81% from 595); Blue value is 244 (95.70% from 255 or 41.01% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB64F4 is #049B0B. Grayscale: #A1A1A1. Windows color (decimal): -301836 or 16016635. OLE color: 16016635.

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

Color convert

RGB251100244-
CMYK00.600.030.02
HSL302.78º94.97%68.82%-
HSV(B)302.78º60.16%98.43%-
XYZ60.6736.1689.37-
YUV161.56174.53191.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 100 (39.45% from 255) = 16.81%
BLUE value IS 244 (95.70% from 255) = 41.01%
R=42.18%
G=16.81%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110024400.600.030.02302.7894.9768.82
HexFB64F403C3212f5f45
Octal37314436407432457137105
Binary111110111100100111101000111100111010010111110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB64F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB64F4; }

 p { color: rgb(251,100,244); }

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

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

 a { background-color: rgb(251,100,244); }

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

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

 span { border-color: rgb(251,100,244); }

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