Html Css Color HEX #FD5C60 Wild Watermelon

📋 copy color: '#FD5C60'

red 253 ◦ green 92 ◦ blue 96

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

Shades of Wild Watermelon #FD5C60

Tints of Wild Watermelon #FD5C60

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.86%

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

R = 57.37%
G = 20.86%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD5C60 (or 0xFD5C60) is known color: Wild Watermelon. HEX triplet: FD, 5C and 60. RGB value is (253,92,96). Sum of RGB (Red+Green+Blue) = 253+92+96=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C60 is #02A39F. Grayscale: #8C8C8C. Windows color (decimal): -172960 or 6315261. OLE color: 6315261.

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

Color convert

RGB 253 92 96 -
CMYK 0 0.64 0.62 0.01
HSL 358.51º 0.98% 0.68% -
HSV(B) 358.51º 0.64% 0.99% -
XYZ 46.45 29.38 14.29 -
YUV 140.6 102.84 208.17 -
System Red Green Blue C M Y K H S L
Decimal 253 92 96 0 0.64 0.62 0.01 358.51 0.98 0.68
Hex FD 5C 60 0 40 3E 1 167 62 44
Octal 375 134 140 0 100 76 1 547 142 104
Binary 11111101 1011100 1100000 0 1000000 111110 1 101100111 1100010 1000100

Color Harmonies of #FD5C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C60

Black with #FD5C60

Text Example


Text Example

White with #FD5C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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