#FD60E8

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

Shades of Pink Flamingo #FD60E8

Tints of Pink Flamingo #FD60E8

Color information

#FD60E8 (or 0xFD60E8) is unknown color: approx Pink Flamingo. HEX triplet: FD, 60 and E8. RGB value is (253,96,232). Sum of RGB (Red+Green+Blue) = 253+96+232=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 96 (37.89% from 255 or 16.52% from 581); Blue value is 232 (91.02% from 255 or 39.93% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD60E8 is #029F17. Grayscale: #9E9E9E. Windows color (decimal): -171800 or 15229181. OLE color: 15229181.

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

Color convert

RGB25396232-
CMYK00.620.080.01
HSL308.03º97.52%68.43%-
HSV(B)308.03º62.06%99.22%-
XYZ59.2635.0779.99-
YUV158.45169.51195.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.55%
GREEN value IS 96 (37.89% from 255) = 16.52%
BLUE value IS 232 (91.02% from 255) = 39.93%
R=43.55%
G=16.52%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539623200.620.080.01308.0397.5268.43
HexFD60E803E811346244
Octal375140350076101464142104
Binary1111110111000001110100001111101000110011010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD60E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD60E8; }

 p { color: rgb(253,96,232); }

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

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

 a { background-color: rgb(253,96,232); }

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

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

 span { border-color: rgb(253,96,232); }

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