Html Css Color HEX #FD575D Wild Watermelon

📋 copy color: '#FD575D'

red 253 ◦ green 87 ◦ blue 93

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

Shades of Wild Watermelon #FD575D

Tints of Wild Watermelon #FD575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.09%

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

R = 58.43%
G = 20.09%
B = 21.48%

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

#FD575D (or 0xFD575D) is known color: Wild Watermelon. HEX triplet: FD, 57 and 5D. RGB value is (253,87,93). Sum of RGB (Red+Green+Blue) = 253+87+93=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD575D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD575D is #02A8A2. Grayscale: #898989. Windows color (decimal): -174243 or 6117373. OLE color: 6117373.

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

Color convert

RGB 253 87 93 -
CMYK 0 0.66 0.63 0.01
HSL 357.83º 0.98% 0.67% -
HSV(B) 357.83º 0.66% 0.99% -
XYZ 45.89 28.49 13.44 -
YUV 137.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 253 87 93 0 0.66 0.63 0.01 357.83 0.98 0.67
Hex FD 57 5D 0 42 3F 1 166 62 43
Octal 375 127 135 0 102 77 1 546 142 103
Binary 11111101 1010111 1011101 0 1000010 111111 1 101100110 1100010 1000011

Color Harmonies of #FD575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD575D

Black with #FD575D

Text Example


Text Example

White with #FD575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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