Html Css Color HEX #FD5E60 Wild Watermelon

📋 copy color: '#FD5E60'

red 253 ◦ green 94 ◦ blue 96

#FD5E60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #FD5E60

Tints of Wild Watermelon #FD5E60

RGB

 RED value IS 253 (99.22% from 255) = 57.11%

 GREEN value IS 94 (37.11% from 255) = 21.22%

 BLUE value IS 96 (37.89% from 255) = 21.67%

R = 57.11%
G = 21.22%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD5E60 (or 0xFD5E60) is known color: Wild Watermelon. HEX triplet: FD, 5E and 60. RGB value is (253,94,96). Sum of RGB (Red+Green+Blue) = 253+94+96=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5E60 is #02A19F. Grayscale: #8D8D8D. Windows color (decimal): -172448 or 6315773. OLE color: 6315773.

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

Color convert

RGB 253 94 96 -
CMYK 0 0.63 0.62 0.01
HSL 359.25º 0.98% 0.68% -
HSV(B) 359.25º 0.63% 0.99% -
XYZ 46.62 29.73 14.35 -
YUV 141.77 102.18 207.34 -
System Red Green Blue C M Y K H S L
Decimal 253 94 96 0 0.63 0.62 0.01 359.25 0.98 0.68
Hex FD 5E 60 0 3F 3E 1 167 62 44
Octal 375 136 140 0 77 76 1 547 142 104
Binary 11111101 1011110 1100000 0 111111 111110 1 101100111 1100010 1000100

Color Harmonies of #FD5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5E60

Black with #FD5E60

Text Example


Text Example

White with #FD5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5E60; }

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

 H1.HeaderClassName
 {
   color: #FD5E60;
 }
 .AnyTagClassName
 {
   color: #FD5E60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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