Html Css Color HEX #FD4A70 Wild Watermelon

📋 copy color: '#FD4A70'

red 253 ◦ green 74 ◦ blue 112

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

Shades of Wild Watermelon #FD4A70

Tints of Wild Watermelon #FD4A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.86%

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

R = 57.63%
G = 16.86%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD4A70 (or 0xFD4A70) is known color: Wild Watermelon. HEX triplet: FD, 4A and 70. RGB value is (253,74,112). Sum of RGB (Red+Green+Blue) = 253+74+112=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4A70 is #02B58F. Grayscale: #838383. Windows color (decimal): -177552 or 7359229. OLE color: 7359229.

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

Color convert

RGB 253 74 112 -
CMYK 0 0.71 0.56 0.01
HSL 347.26º 0.98% 0.64% -
HSV(B) 347.26º 0.71% 0.99% -
XYZ 45.88 26.95 18.11 -
YUV 131.85 116.8 214.41 -
System Red Green Blue C M Y K H S L
Decimal 253 74 112 0 0.71 0.56 0.01 347.26 0.98 0.64
Hex FD 4A 70 0 47 38 1 15B 62 40
Octal 375 112 160 0 107 70 1 533 142 100
Binary 11111101 1001010 1110000 0 1000111 111000 1 101011011 1100010 1000000

Color Harmonies of #FD4A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4A70

Black with #FD4A70

Text Example


Text Example

White with #FD4A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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