Html Css Color HEX #FD5C63 Wild Watermelon

📋 copy color: '#FD5C63'

red 253 ◦ green 92 ◦ blue 99

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

Shades of Wild Watermelon #FD5C63

Tints of Wild Watermelon #FD5C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.3%

R = 56.98%
G = 20.72%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FD5C63 (or 0xFD5C63) is known color: Wild Watermelon. HEX triplet: FD, 5C and 63. RGB value is (253,92,99). Sum of RGB (Red+Green+Blue) = 253+92+99=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C63 is #02A39C. Grayscale: #8D8D8D. Windows color (decimal): -172957 or 6511869. OLE color: 6511869.

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

Color convert

RGB 253 92 99 -
CMYK 0 0.64 0.61 0.01
HSL 357.39º 0.98% 0.68% -
HSV(B) 357.39º 0.64% 0.99% -
XYZ 46.59 29.44 15.03 -
YUV 140.94 104.34 207.93 -
System Red Green Blue C M Y K H S L
Decimal 253 92 99 0 0.64 0.61 0.01 357.39 0.98 0.68
Hex FD 5C 63 0 40 3D 1 165 62 44
Octal 375 134 143 0 100 75 1 545 142 104
Binary 11111101 1011100 1100011 0 1000000 111101 1 101100101 1100010 1000100

Color Harmonies of #FD5C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C63

Black with #FD5C63

Text Example


Text Example

White with #FD5C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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