#FD5D62

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

Shades of Wild Watermelon #FD5D62

Tints of Wild Watermelon #FD5D62

Color information

#FD5D62 (or 0xFD5D62) is unknown color: approx Wild Watermelon. HEX triplet: FD, 5D and 62. RGB value is (253,93,98). Sum of RGB (Red+Green+Blue) = 253+93+98=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5D62 is #02A29D. Grayscale: #8D8D8D. Windows color (decimal): -172702 or 6446589. OLE color: 6446589.

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

Color convert

RGB2539398-
CMYK00.630.610.01
HSL358.12º97.56%67.84%-
HSV(B)358.12º63.24%99.22%-
XYZ46.6329.5914.81-
YUV141.41103.51207.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.98%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 98 (38.67% from 255) = 22.07%
R=56.98%
G=20.95%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253939800.630.610.01358.1297.5667.84
HexFD5D6203F3D11666244
Octal375135142077751546142104
Binary11111101101110111000100111111111101110110011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5D62; }

 p { color: rgb(253,93,98); }

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

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

 a { background-color: rgb(253,93,98); }

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

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

 span { border-color: rgb(253,93,98); }

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