Html Css Color HEX #FD5D65 Wild Watermelon

📋 copy color: '#FD5D65'

red 253 ◦ green 93 ◦ blue 101

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

Shades of Wild Watermelon #FD5D65

Tints of Wild Watermelon #FD5D65

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.81%

 BLUE value IS 101 (39.84% from 255) = 22.6%

R = 56.6%
G = 20.81%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD5D65 (or 0xFD5D65) is known color: Wild Watermelon. HEX triplet: FD, 5D and 65. RGB value is (253,93,101). Sum of RGB (Red+Green+Blue) = 253+93+101=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5D65 is #02A29A. Grayscale: #8D8D8D. Windows color (decimal): -172699 or 6643197. OLE color: 6643197.

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

Color convert

RGB 253 93 101 -
CMYK 0 0.63 0.60 0.01
HSL 357º 0.98% 0.68% -
HSV(B) 357º 0.63% 0.99% -
XYZ 46.77 29.65 15.57 -
YUV 141.75 105.01 207.35 -
System Red Green Blue C M Y K H S L
Decimal 253 93 101 0 0.63 0.60 0.01 357 0.98 0.68
Hex FD 5D 65 0 3F 3C 1 165 62 44
Octal 375 135 145 0 77 74 1 545 142 104
Binary 11111101 1011101 1100101 0 111111 111100 1 101100101 1100010 1000100

Color Harmonies of #FD5D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5D65

Black with #FD5D65

Text Example


Text Example

White with #FD5D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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