#FB52F9

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

Shades of Pink Flamingo #FB52F9

Tints of Pink Flamingo #FB52F9

Color information

#FB52F9 (or 0xFB52F9) is unknown color: approx Pink Flamingo. HEX triplet: FB, 52 and F9. RGB value is (251,82,249). Sum of RGB (Red+Green+Blue) = 251+82+249=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 82 (32.42% from 255 or 14.09% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB52F9 is #04AD06. Grayscale: #979797. Windows color (decimal): -306439 or 16339707. OLE color: 16339707.

HSL color Cylindrical-coordinate representation of color #FB52F9: hue angle of 300.71º 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 #FB52F9 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB25182249-
CMYK00.670.010.02
HSL300.71º95.48%65.29%-
HSV(B)300.71º67.33%98.43%-
XYZ59.933.3892.91-
YUV151.57182.99198.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.13%
GREEN value IS 82 (32.42% from 255) = 14.09%
BLUE value IS 249 (97.66% from 255) = 42.78%
R=43.13%
G=14.09%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518224900.670.010.02300.7195.4865.29
HexFB52F90431212d5f41
Octal373122371010312455137101
Binary111110111010010111110010100001111010010110110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB52F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB52F9; }

 p { color: rgb(251,82,249); }

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

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

 a { background-color: rgb(251,82,249); }

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

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

 span { border-color: rgb(251,82,249); }

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