#FB53F0

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

Shades of Pink Flamingo #FB53F0

Tints of Pink Flamingo #FB53F0

Color information

#FB53F0 (or 0xFB53F0) is unknown color: approx Pink Flamingo. HEX triplet: FB, 53 and F0. RGB value is (251,83,240). Sum of RGB (Red+Green+Blue) = 251+83+240=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 83 (32.81% from 255 or 14.46% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB53F0 is #04AC0F. Grayscale: #969696. Windows color (decimal): -306192 or 15750139. OLE color: 15750139.

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

Color convert

RGB25183240-
CMYK00.670.040.02
HSL303.93º95.45%65.49%-
HSV(B)303.93º66.93%98.43%-
XYZ58.6132.9985.72-
YUV151.13178.16199.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.73%
GREEN value IS 83 (32.81% from 255) = 14.46%
BLUE value IS 240 (94.14% from 255) = 41.81%
R=43.73%
G=14.46%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518324000.670.040.02303.9395.4565.49
HexFB53F0043421305f41
Octal373123360010342460137101
Binary11111011101001111110000010000111001010011000010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB53F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB53F0; }

 p { color: rgb(251,83,240); }

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

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

 a { background-color: rgb(251,83,240); }

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

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

 span { border-color: rgb(251,83,240); }

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