#FB4CF1

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

Shades of Pink Flamingo #FB4CF1

Tints of Pink Flamingo #FB4CF1

Color information

#FB4CF1 (or 0xFB4CF1) is unknown color: approx Pink Flamingo. HEX triplet: FB, 4C and F1. RGB value is (251,76,241). Sum of RGB (Red+Green+Blue) = 251+76+241=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 76 (30.08% from 255 or 13.38% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4CF1 is #04B30E. Grayscale: #929292. Windows color (decimal): -307983 or 15813883. OLE color: 15813883.

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

Color convert

RGB25176241-
CMYK00.700.040.02
HSL303.43º95.63%64.12%-
HSV(B)303.43º69.72%98.43%-
XYZ58.2532.0386.33-
YUV147.14180.98202.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 76 (30.08% from 255) = 13.38%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=44.19%
G=13.38%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517624100.700.040.02303.4395.6364.12
HexFB4CF10464212f6040
Octal373114361010642457140100
Binary11111011100110011110001010001101001010010111111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4CF1; }

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

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

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

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

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

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

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

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