Html Css Color HEX #FD486D Wild Watermelon

📋 copy color: '#FD486D'

red 253 ◦ green 72 ◦ blue 109

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

Shades of Wild Watermelon #FD486D

Tints of Wild Watermelon #FD486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.59%

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

R = 58.29%
G = 16.59%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD486D (or 0xFD486D) is known color: Wild Watermelon. HEX triplet: FD, 48 and 6D. RGB value is (253,72,109). Sum of RGB (Red+Green+Blue) = 253+72+109=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD486D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD486D is #02B792. Grayscale: #828282. Windows color (decimal): -178067 or 7162109. OLE color: 7162109.

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

Color convert

RGB 253 72 109 -
CMYK 0 0.72 0.57 0.01
HSL 347.73º 0.98% 0.64% -
HSV(B) 347.73º 0.72% 0.99% -
XYZ 45.59 26.62 17.2 -
YUV 130.34 115.97 215.49 -
System Red Green Blue C M Y K H S L
Decimal 253 72 109 0 0.72 0.57 0.01 347.73 0.98 0.64
Hex FD 48 6D 0 48 39 1 15C 62 40
Octal 375 110 155 0 110 71 1 534 142 100
Binary 11111101 1001000 1101101 0 1001000 111001 1 101011100 1100010 1000000

Color Harmonies of #FD486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD486D

Black with #FD486D

Text Example


Text Example

White with #FD486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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