Html Css Color HEX #FD555D Wild Watermelon

📋 copy color: '#FD555D'

red 253 ◦ green 85 ◦ blue 93

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

Shades of Wild Watermelon #FD555D

Tints of Wild Watermelon #FD555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.72%

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 58.7%
G = 19.72%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD555D (or 0xFD555D) is known color: Wild Watermelon. HEX triplet: FD, 55 and 5D. RGB value is (253,85,93). Sum of RGB (Red+Green+Blue) = 253+85+93=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD555D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD555D is #02AAA2. Grayscale: #888888. Windows color (decimal): -174755 or 6116861. OLE color: 6116861.

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

Color convert

RGB 253 85 93 -
CMYK 0 0.66 0.63 0.01
HSL 357.14º 0.98% 0.66% -
HSV(B) 357.14º 0.66% 0.99% -
XYZ 45.73 28.17 13.38 -
YUV 136.14 103.66 211.35 -
System Red Green Blue C M Y K H S L
Decimal 253 85 93 0 0.66 0.63 0.01 357.14 0.98 0.66
Hex FD 55 5D 0 42 3F 1 165 62 42
Octal 375 125 135 0 102 77 1 545 142 102
Binary 11111101 1010101 1011101 0 1000010 111111 1 101100101 1100010 1000010

Color Harmonies of #FD555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD555D

Black with #FD555D

Text Example


Text Example

White with #FD555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD555D; }

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

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

background-color css

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

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

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

border-color css

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

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

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