#FB46F0

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

Shades of Pink Flamingo #FB46F0

Tints of Pink Flamingo #FB46F0

Color information

#FB46F0 (or 0xFB46F0) is unknown color: approx Pink Flamingo. HEX triplet: FB, 46 and F0. RGB value is (251,70,240). Sum of RGB (Red+Green+Blue) = 251+70+240=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 70 (27.73% from 255 or 12.48% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB46F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB46F0 is #04B90F. Grayscale: #8F8F8F. Windows color (decimal): -309520 or 15746811. OLE color: 15746811.

HSL color Cylindrical-coordinate representation of color #FB46F0: hue angle of 303.65º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB46F0 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB25170240-
CMYK00.720.040.02
HSL303.65º95.77%62.94%-
HSV(B)303.65º72.11%98.43%-
XYZ57.731.1885.42-
YUV143.5182.47204.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.74%
GREEN value IS 70 (27.73% from 255) = 12.48%
BLUE value IS 240 (94.14% from 255) = 42.78%
R=44.74%
G=12.48%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517024000.720.040.02303.6595.7762.94
HexFB46F004842130603f
Octal37310636001104246014077
Binary1111101110001101111000001001000100101001100001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB46F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB46F0; }

 p { color: rgb(251,70,240); }

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

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

 a { background-color: rgb(251,70,240); }

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

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

 span { border-color: rgb(251,70,240); }

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