#FD41FB

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

Shades of Pink Flamingo #FD41FB

Tints of Pink Flamingo #FD41FB

Color information

#FD41FB (or 0xFD41FB) is unknown color: approx Pink Flamingo. HEX triplet: FD, 41 and FB. RGB value is (253,65,251). Sum of RGB (Red+Green+Blue) = 253+65+251=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 65 (25.78% from 255 or 11.42% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FD41FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD41FB is #02BE04. Grayscale: #8D8D8D. Windows color (decimal): -179717 or 16466429. OLE color: 16466429.

HSL color Cylindrical-coordinate representation of color #FD41FB: hue angle of 300.64º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD41FB is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB25365251-
CMYK00.740.010.01
HSL300.64º97.92%62.35%-
HSV(B)300.64º74.31%99.22%-
XYZ59.8131.6394.22-
YUV142.42189.28206.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.46%
GREEN value IS 65 (25.78% from 255) = 11.42%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=44.46%
G=11.42%
B=44.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536525100.740.010.01300.6497.9262.35
HexFD41FB04A1112d623e
Octal37510137301121145514276
Binary1111110110000011111101101001010111001011011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD41FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD41FB; }

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

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

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

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

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

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

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

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