Html Css Color HEX #FD496D Wild Watermelon

📋 copy color: '#FD496D'

red 253 ◦ green 73 ◦ blue 109

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

Shades of Wild Watermelon #FD496D

Tints of Wild Watermelon #FD496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.78%

 BLUE value IS 109 (42.97% from 255) = 25.06%

R = 58.16%
G = 16.78%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD496D (or 0xFD496D) is known color: Wild Watermelon. HEX triplet: FD, 49 and 6D. RGB value is (253,73,109). Sum of RGB (Red+Green+Blue) = 253+73+109=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD496D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD496D is #02B692. Grayscale: #828282. Windows color (decimal): -177811 or 7162365. OLE color: 7162365.

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

Color convert

RGB 253 73 109 -
CMYK 0 0.71 0.57 0.01
HSL 348º 0.98% 0.64% -
HSV(B) 348º 0.71% 0.99% -
XYZ 45.65 26.75 17.23 -
YUV 130.92 115.63 215.07 -
System Red Green Blue C M Y K H S L
Decimal 253 73 109 0 0.71 0.57 0.01 348 0.98 0.64
Hex FD 49 6D 0 47 39 1 15C 62 40
Octal 375 111 155 0 107 71 1 534 142 100
Binary 11111101 1001001 1101101 0 1000111 111001 1 101011100 1100010 1000000

Color Harmonies of #FD496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD496D

Black with #FD496D

Text Example


Text Example

White with #FD496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD496D; }

 p { color: rgb(253,73,109); }

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

background-color css

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

 a { background-color: rgb(253,73,109); }

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

border-color css

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

 span { border-color: rgb(253,73,109); }

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