#FB61F5

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

Shades of Pink Flamingo #FB61F5

Tints of Pink Flamingo #FB61F5

Color information

#FB61F5 (or 0xFB61F5) is unknown color: approx Pink Flamingo. HEX triplet: FB, 61 and F5. RGB value is (251,97,245). Sum of RGB (Red+Green+Blue) = 251+97+245=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 97 (38.28% from 255 or 16.36% from 593); Blue value is 245 (96.09% from 255 or 41.32% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB61F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB61F5 is #049E0A. Grayscale: #9F9F9F. Windows color (decimal): -302603 or 16081403. OLE color: 16081403.

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

Color convert

RGB25197245-
CMYK00.610.020.02
HSL302.34º95.06%68.24%-
HSV(B)302.34º61.35%98.43%-
XYZ60.5435.6590.08-
YUV159.92176.02192.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 97 (38.28% from 255) = 16.36%
BLUE value IS 245 (96.09% from 255) = 41.32%
R=42.33%
G=16.36%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519724500.610.020.02302.3495.0668.24
HexFB61F503D2212e5f44
Octal37314136507522456137104
Binary111110111100001111101010111101101010010111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB61F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB61F5; }

 p { color: rgb(251,97,245); }

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

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

 a { background-color: rgb(251,97,245); }

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

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

 span { border-color: rgb(251,97,245); }

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