#FD5161

Color #FD5161 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FD5161

Tints of Wild Watermelon #FD5161

Color information

#FD5161 (or 0xFD5161) is unknown color: approx Wild Watermelon. HEX triplet: FD, 51 and 61. RGB value is (253,81,97). Sum of RGB (Red+Green+Blue) = 253+81+97=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5161 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5161 is #02AE9E. Grayscale: #868686. Windows color (decimal): -175775 or 6377981. OLE color: 6377981.

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

Color convert

RGB2538197-
CMYK00.680.620.01
HSL354.42º97.73%65.49%-
HSV(B)354.42º67.98%99.22%-
XYZ45.6127.6314.24-
YUV134.25106.98212.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.70%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=58.70%
G=18.79%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253819700.680.620.01354.4297.7365.49
HexFD51610443E11626241
Octal3751211410104761542142101
Binary111111011010001110000101000100111110110110001011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5161; }

 p { color: rgb(253,81,97); }

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

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

 a { background-color: rgb(253,81,97); }

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

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

 span { border-color: rgb(253,81,97); }

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