#FB54F1

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

Shades of Pink Flamingo #FB54F1

Tints of Pink Flamingo #FB54F1

Color information

#FB54F1 (or 0xFB54F1) is unknown color: approx Pink Flamingo. HEX triplet: FB, 54 and F1. RGB value is (251,84,241). Sum of RGB (Red+Green+Blue) = 251+84+241=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 84 (33.20% from 255 or 14.58% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB54F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB54F1 is #04AB0E. Grayscale: #979797. Windows color (decimal): -305935 or 15815931. OLE color: 15815931.

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

Color convert

RGB25184241-
CMYK00.670.040.02
HSL303.59º95.43%65.69%-
HSV(B)303.59º66.53%98.43%-
XYZ58.8333.286.53-
YUV151.83178.33198.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.58%
GREEN value IS 84 (33.20% from 255) = 14.58%
BLUE value IS 241 (94.53% from 255) = 41.84%
R=43.58%
G=14.58%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518424100.670.040.02303.5995.4365.69
HexFB54F1043421305f42
Octal373124361010342460137102
Binary11111011101010011110001010000111001010011000010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB54F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB54F1; }

 p { color: rgb(251,84,241); }

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

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

 a { background-color: rgb(251,84,241); }

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

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

 span { border-color: rgb(251,84,241); }

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