Html Css Color HEX #FD4D76 Wild Watermelon

📋 copy color: '#FD4D76'

red 253 ◦ green 77 ◦ blue 118

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

Shades of Wild Watermelon #FD4D76

Tints of Wild Watermelon #FD4D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.34%

R = 56.47%
G = 17.19%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD4D76 (or 0xFD4D76) is known color: Wild Watermelon. HEX triplet: FD, 4D and 76. RGB value is (253,77,118). Sum of RGB (Red+Green+Blue) = 253+77+118=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4D76 is #02B289. Grayscale: #868686. Windows color (decimal): -176778 or 7753213. OLE color: 7753213.

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

Color convert

RGB 253 77 118 -
CMYK 0 0.70 0.53 0.01
HSL 346.02º 0.98% 0.65% -
HSV(B) 346.02º 0.7% 0.99% -
XYZ 46.43 27.5 20 -
YUV 134.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 253 77 118 0 0.70 0.53 0.01 346.02 0.98 0.65
Hex FD 4D 76 0 46 35 1 15A 62 41
Octal 375 115 166 0 106 65 1 532 142 101
Binary 11111101 1001101 1110110 0 1000110 110101 1 101011010 1100010 1000001

Color Harmonies of #FD4D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4D76

Black with #FD4D76

Text Example


Text Example

White with #FD4D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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