#FB41F7

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

Shades of Pink Flamingo #FB41F7

Tints of Pink Flamingo #FB41F7

Color information

#FB41F7 (or 0xFB41F7) is unknown color: approx Pink Flamingo. HEX triplet: FB, 41 and F7. RGB value is (251,65,247). Sum of RGB (Red+Green+Blue) = 251+65+247=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 65 (25.78% from 255 or 11.55% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB41F7 is #04BE08. Grayscale: #8C8C8C. Windows color (decimal): -310793 or 16204283. OLE color: 16204283.

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

Color convert

RGB25165247-
CMYK00.740.020.02
HSL301.29º95.88%61.96%-
HSV(B)301.29º74.1%98.43%-
XYZ58.4631.0190.9-
YUV141.36187.62206.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.58%
GREEN value IS 65 (25.78% from 255) = 11.55%
BLUE value IS 247 (96.88% from 255) = 43.87%
R=44.58%
G=11.55%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516524700.740.020.02301.2995.8861.96
HexFB41F704A2212d603e
Octal37310136701122245514076
Binary111110111000001111101110100101010101001011011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB41F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB41F7; }

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

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

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

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

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

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

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

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