Html Css Color HEX #FD5279 Wild Watermelon

📋 copy color: '#FD5279'

red 253 ◦ green 82 ◦ blue 121

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

Shades of Wild Watermelon #FD5279

Tints of Wild Watermelon #FD5279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.98%

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

R = 55.48%
G = 17.98%
B = 26.54%

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

#FD5279 (or 0xFD5279) is known color: Wild Watermelon. HEX triplet: FD, 52 and 79. RGB value is (253,82,121). Sum of RGB (Red+Green+Blue) = 253+82+121=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5279 is #02AD86. Grayscale: #898989. Windows color (decimal): -175495 or 7951101. OLE color: 7951101.

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

Color convert

RGB 253 82 121 -
CMYK 0 0.68 0.52 0.01
HSL 346.32º 0.98% 0.66% -
HSV(B) 346.32º 0.68% 0.99% -
XYZ 46.98 28.3 21.08 -
YUV 137.58 118.65 210.33 -
System Red Green Blue C M Y K H S L
Decimal 253 82 121 0 0.68 0.52 0.01 346.32 0.98 0.66
Hex FD 52 79 0 44 34 1 15A 62 42
Octal 375 122 171 0 104 64 1 532 142 102
Binary 11111101 1010010 1111001 0 1000100 110100 1 101011010 1100010 1000010

Color Harmonies of #FD5279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5279

Black with #FD5279

Text Example


Text Example

White with #FD5279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5279; }

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

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

background-color css

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

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

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

border-color css

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

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

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