Html Css Color HEX #FD4D73 Wild Watermelon

📋 copy color: '#FD4D73'

red 253 ◦ green 77 ◦ blue 115

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

Shades of Wild Watermelon #FD4D73

Tints of Wild Watermelon #FD4D73

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.3%

 BLUE value IS 115 (45.31% from 255) = 25.84%

R = 56.85%
G = 17.3%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD4D73 (or 0xFD4D73) is known color: Wild Watermelon. HEX triplet: FD, 4D and 73. RGB value is (253,77,115). Sum of RGB (Red+Green+Blue) = 253+77+115=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4D73 is #02B28C. Grayscale: #858585. Windows color (decimal): -176781 or 7556605. OLE color: 7556605.

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

Color convert

RGB 253 77 115 -
CMYK 0 0.70 0.55 0.01
HSL 347.05º 0.98% 0.65% -
HSV(B) 347.05º 0.7% 0.99% -
XYZ 46.26 27.43 19.08 -
YUV 133.96 117.31 212.91 -
System Red Green Blue C M Y K H S L
Decimal 253 77 115 0 0.70 0.55 0.01 347.05 0.98 0.65
Hex FD 4D 73 0 46 37 1 15B 62 41
Octal 375 115 163 0 106 67 1 533 142 101
Binary 11111101 1001101 1110011 0 1000110 110111 1 101011011 1100010 1000001

Color Harmonies of #FD4D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4D73

Black with #FD4D73

Text Example


Text Example

White with #FD4D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4D73; }

 p { color: rgb(253,77,115); }

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

background-color css

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

 a { background-color: rgb(253,77,115); }

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

border-color css

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

 span { border-color: rgb(253,77,115); }

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