Html Css Color HEX #FD4D77 Wild Watermelon

📋 copy color: '#FD4D77'

red 253 ◦ green 77 ◦ blue 119

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

Shades of Wild Watermelon #FD4D77

Tints of Wild Watermelon #FD4D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.5%

R = 56.35%
G = 17.15%
B = 26.5%

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

#FD4D77 (or 0xFD4D77) is known color: Wild Watermelon. HEX triplet: FD, 4D and 77. RGB value is (253,77,119). Sum of RGB (Red+Green+Blue) = 253+77+119=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4D77 is #02B288. Grayscale: #868686. Windows color (decimal): -176777 or 7818749. OLE color: 7818749.

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

Color convert

RGB 253 77 119 -
CMYK 0 0.70 0.53 0.01
HSL 345.68º 0.98% 0.65% -
HSV(B) 345.68º 0.7% 0.99% -
XYZ 46.49 27.52 20.31 -
YUV 134.41 119.31 212.58 -
System Red Green Blue C M Y K H S L
Decimal 253 77 119 0 0.70 0.53 0.01 345.68 0.98 0.65
Hex FD 4D 77 0 46 35 1 15A 62 41
Octal 375 115 167 0 106 65 1 532 142 101
Binary 11111101 1001101 1110111 0 1000110 110101 1 101011010 1100010 1000001

Color Harmonies of #FD4D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4D77

Black with #FD4D77

Text Example


Text Example

White with #FD4D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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