Html Css Color HEX #FD585D Wild Watermelon

📋 copy color: '#FD585D'

red 253 ◦ green 88 ◦ blue 93

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

Shades of Wild Watermelon #FD585D

Tints of Wild Watermelon #FD585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.28%

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

R = 58.29%
G = 20.28%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD585D (or 0xFD585D) is known color: Wild Watermelon. HEX triplet: FD, 58 and 5D. RGB value is (253,88,93). Sum of RGB (Red+Green+Blue) = 253+88+93=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD585D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD585D is #02A7A2. Grayscale: #8A8A8A. Windows color (decimal): -173987 or 6117629. OLE color: 6117629.

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

Color convert

RGB 253 88 93 -
CMYK 0 0.65 0.63 0.01
HSL 358.18º 0.98% 0.67% -
HSV(B) 358.18º 0.65% 0.99% -
XYZ 45.97 28.65 13.46 -
YUV 137.91 102.66 210.09 -
System Red Green Blue C M Y K H S L
Decimal 253 88 93 0 0.65 0.63 0.01 358.18 0.98 0.67
Hex FD 58 5D 0 41 3F 1 166 62 43
Octal 375 130 135 0 101 77 1 546 142 103
Binary 11111101 1011000 1011101 0 1000001 111111 1 101100110 1100010 1000011

Color Harmonies of #FD585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD585D

Black with #FD585D

Text Example


Text Example

White with #FD585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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