#FD60F7

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

Shades of Pink Flamingo #FD60F7

Tints of Pink Flamingo #FD60F7

Color information

#FD60F7 (or 0xFD60F7) is unknown color: approx Pink Flamingo. HEX triplet: FD, 60 and F7. RGB value is (253,96,247). Sum of RGB (Red+Green+Blue) = 253+96+247=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 96 (37.89% from 255 or 16.11% from 596); Blue value is 247 (96.88% from 255 or 41.44% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD60F7 is #029F08. Grayscale: #9F9F9F. Windows color (decimal): -171785 or 16212221. OLE color: 16212221.

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

Color convert

RGB25396247-
CMYK00.620.020.01
HSL302.29º97.52%68.43%-
HSV(B)302.29º62.06%99.22%-
XYZ61.4835.9691.7-
YUV160.16177.01194.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 96 (37.89% from 255) = 16.11%
BLUE value IS 247 (96.88% from 255) = 41.44%
R=42.45%
G=16.11%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539624700.620.020.01302.2997.5268.43
HexFD60F703E2112e6244
Octal37514036707621456142104
Binary11111101110000011110111011111010110010111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD60F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD60F7; }

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

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

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

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

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

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

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

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