Html Css Color HEX #FD4A73 Wild Watermelon

📋 copy color: '#FD4A73'

red 253 ◦ green 74 ◦ blue 115

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

Shades of Wild Watermelon #FD4A73

Tints of Wild Watermelon #FD4A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.02%

R = 57.24%
G = 16.74%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD4A73 (or 0xFD4A73) is known color: Wild Watermelon. HEX triplet: FD, 4A and 73. RGB value is (253,74,115). Sum of RGB (Red+Green+Blue) = 253+74+115=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4A73 is #02B58C. Grayscale: #848484. Windows color (decimal): -177549 or 7555837. OLE color: 7555837.

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

Color convert

RGB 253 74 115 -
CMYK 0 0.71 0.55 0.01
HSL 346.26º 0.98% 0.64% -
HSV(B) 346.26º 0.71% 0.99% -
XYZ 46.05 27.02 19.01 -
YUV 132.2 118.3 214.17 -
System Red Green Blue C M Y K H S L
Decimal 253 74 115 0 0.71 0.55 0.01 346.26 0.98 0.64
Hex FD 4A 73 0 47 37 1 15A 62 40
Octal 375 112 163 0 107 67 1 532 142 100
Binary 11111101 1001010 1110011 0 1000111 110111 1 101011010 1100010 1000000

Color Harmonies of #FD4A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4A73

Black with #FD4A73

Text Example


Text Example

White with #FD4A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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