Html Css Color HEX #FD4D70 Wild Watermelon

📋 copy color: '#FD4D70'

red 253 ◦ green 77 ◦ blue 112

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

Shades of Wild Watermelon #FD4D70

Tints of Wild Watermelon #FD4D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.34%

R = 57.24%
G = 17.42%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD4D70 (or 0xFD4D70) is known color: Wild Watermelon. HEX triplet: FD, 4D and 70. RGB value is (253,77,112). Sum of RGB (Red+Green+Blue) = 253+77+112=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4D70 is #02B28F. Grayscale: #858585. Windows color (decimal): -176784 or 7359997. OLE color: 7359997.

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

Color convert

RGB 253 77 112 -
CMYK 0 0.70 0.56 0.01
HSL 348.07º 0.98% 0.65% -
HSV(B) 348.07º 0.7% 0.99% -
XYZ 46.09 27.36 18.18 -
YUV 133.61 115.81 213.15 -
System Red Green Blue C M Y K H S L
Decimal 253 77 112 0 0.70 0.56 0.01 348.07 0.98 0.65
Hex FD 4D 70 0 46 38 1 15C 62 41
Octal 375 115 160 0 106 70 1 534 142 101
Binary 11111101 1001101 1110000 0 1000110 111000 1 101011100 1100010 1000001

Color Harmonies of #FD4D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4D70

Black with #FD4D70

Text Example


Text Example

White with #FD4D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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