#FB41FF

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

Shades of Pink Flamingo #FB41FF

Tints of Pink Flamingo #FB41FF

Color information

#FB41FF (or 0xFB41FF) is unknown color: approx Pink Flamingo. HEX triplet: FB, 41 and FF. RGB value is (251,65,255). Sum of RGB (Red+Green+Blue) = 251+65+255=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 65 (25.78% from 255 or 11.38% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB41FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB41FF is #04BE00. Grayscale: #8D8D8D. Windows color (decimal): -310785 or 16728571. OLE color: 16728571.

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

Color convert

RGB25165255-
CMYK0.020.7500
HSL298.74º100%62.75%-
HSV(B)298.74º74.51%100%-
XYZ59.7231.5197.54-
YUV142.27191.62205.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.96%
GREEN value IS 65 (25.78% from 255) = 11.38%
BLUE value IS 255 (100% from 255) = 44.66%
R=43.96%
G=11.38%
B=44.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal251652550.020.7500298.7410062.75
HexFB41FF24B0012b643f
Octal37310137721130045314477
Binary11111011100000111111111101001011001001010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB41FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB41FF; }

 p { color: rgb(251,65,255); }

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

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

 a { background-color: rgb(251,65,255); }

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

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

 span { border-color: rgb(251,65,255); }

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