#FD5BF0

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

Shades of Pink Flamingo #FD5BF0

Tints of Pink Flamingo #FD5BF0

Color information

#FD5BF0 (or 0xFD5BF0) is unknown color: approx Pink Flamingo. HEX triplet: FD, 5B and F0. RGB value is (253,91,240). Sum of RGB (Red+Green+Blue) = 253+91+240=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 91 (35.94% from 255 or 15.58% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5BF0 is #02A40F. Grayscale: #9B9B9B. Windows color (decimal): -173072 or 15752189. OLE color: 15752189.

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

Color convert

RGB25391240-
CMYK00.640.050.01
HSL304.81º97.59%67.45%-
HSV(B)304.81º64.03%99.22%-
XYZ59.9834.6685.97-
YUV156.42175.17196.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.32%
GREEN value IS 91 (35.94% from 255) = 15.58%
BLUE value IS 240 (94.14% from 255) = 41.10%
R=43.32%
G=15.58%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539124000.640.050.01304.8197.5967.45
HexFD5BF0040511316243
Octal375133360010051461142103
Binary1111110110110111111000001000000101110011000111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5BF0; }

 p { color: rgb(253,91,240); }

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

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

 a { background-color: rgb(253,91,240); }

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

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

 span { border-color: rgb(253,91,240); }

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