Html Css Color HEX #FD5079 Wild Watermelon

📋 copy color: '#FD5079'

red 253 ◦ green 80 ◦ blue 121

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

Shades of Wild Watermelon #FD5079

Tints of Wild Watermelon #FD5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.62%

 BLUE value IS 121 (47.66% from 255) = 26.65%

R = 55.73%
G = 17.62%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD5079 (or 0xFD5079) is known color: Wild Watermelon. HEX triplet: FD, 50 and 79. RGB value is (253,80,121). Sum of RGB (Red+Green+Blue) = 253+80+121=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5079 is #02AF86. Grayscale: #888888. Windows color (decimal): -176007 or 7950589. OLE color: 7950589.

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

Color convert

RGB 253 80 121 -
CMYK 0 0.68 0.52 0.01
HSL 345.78º 0.98% 0.65% -
HSV(B) 345.78º 0.68% 0.99% -
XYZ 46.83 28 21.03 -
YUV 136.4 119.31 211.17 -
System Red Green Blue C M Y K H S L
Decimal 253 80 121 0 0.68 0.52 0.01 345.78 0.98 0.65
Hex FD 50 79 0 44 34 1 15A 62 41
Octal 375 120 171 0 104 64 1 532 142 101
Binary 11111101 1010000 1111001 0 1000100 110100 1 101011010 1100010 1000001

Color Harmonies of #FD5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5079

Black with #FD5079

Text Example


Text Example

White with #FD5079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5079; }

 p { color: rgb(253,80,121); }

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

background-color css

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

 a { background-color: rgb(253,80,121); }

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

border-color css

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

 span { border-color: rgb(253,80,121); }

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