Html Css Color HEX #FD4673 Wild Watermelon

📋 copy color: '#FD4673'

red 253 ◦ green 70 ◦ blue 115

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

Shades of Wild Watermelon #FD4673

Tints of Wild Watermelon #FD4673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.98%

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

R = 57.76%
G = 15.98%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD4673 (or 0xFD4673) is known color: Wild Watermelon. HEX triplet: FD, 46 and 73. RGB value is (253,70,115). Sum of RGB (Red+Green+Blue) = 253+70+115=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4673 is #02B98C. Grayscale: #818181. Windows color (decimal): -178573 or 7554813. OLE color: 7554813.

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

Color convert

RGB 253 70 115 -
CMYK 0 0.72 0.55 0.01
HSL 345.25º 0.98% 0.63% -
HSV(B) 345.25º 0.72% 0.99% -
XYZ 45.79 26.5 18.92 -
YUV 129.85 119.63 215.84 -
System Red Green Blue C M Y K H S L
Decimal 253 70 115 0 0.72 0.55 0.01 345.25 0.98 0.63
Hex FD 46 73 0 48 37 1 159 62 3F
Octal 375 106 163 0 110 67 1 531 142 77
Binary 11111101 1000110 1110011 0 1001000 110111 1 101011001 1100010 111111

Color Harmonies of #FD4673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4673

Black with #FD4673

Text Example


Text Example

White with #FD4673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4673; }

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

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

background-color css

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

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

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

border-color css

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

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

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