#FD60F6

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

Shades of Pink Flamingo #FD60F6

Tints of Pink Flamingo #FD60F6

Color information

#FD60F6 (or 0xFD60F6) is unknown color: approx Pink Flamingo. HEX triplet: FD, 60 and F6. RGB value is (253,96,246). Sum of RGB (Red+Green+Blue) = 253+96+246=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 96 (37.89% from 255 or 16.13% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD60F6 is #029F09. Grayscale: #9F9F9F. Windows color (decimal): -171786 or 16146685. OLE color: 16146685.

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

Color convert

RGB25396246-
CMYK00.620.030.01
HSL302.68º97.52%68.43%-
HSV(B)302.68º62.06%99.22%-
XYZ61.3335.990.89-
YUV160.04176.51194.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 96 (37.89% from 255) = 16.13%
BLUE value IS 246 (96.48% from 255) = 41.34%
R=42.52%
G=16.13%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539624600.620.030.01302.6897.5268.43
HexFD60F603E3112f6244
Octal37514036607631457142104
Binary11111101110000011110110011111011110010111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD60F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD60F6; }

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

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

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

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

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

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

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

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