Html Css Color HEX #FD4A77 Wild Watermelon

📋 copy color: '#FD4A77'

red 253 ◦ green 74 ◦ blue 119

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

Shades of Wild Watermelon #FD4A77

Tints of Wild Watermelon #FD4A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.68%

R = 56.73%
G = 16.59%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD4A77 (or 0xFD4A77) is known color: Wild Watermelon. HEX triplet: FD, 4A and 77. RGB value is (253,74,119). Sum of RGB (Red+Green+Blue) = 253+74+119=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4A77 is #02B588. Grayscale: #848484. Windows color (decimal): -177545 or 7817981. OLE color: 7817981.

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

Color convert

RGB 253 74 119 -
CMYK 0 0.71 0.53 0.01
HSL 344.92º 0.98% 0.64% -
HSV(B) 344.92º 0.71% 0.99% -
XYZ 46.29 27.11 20.25 -
YUV 132.65 120.3 213.84 -
System Red Green Blue C M Y K H S L
Decimal 253 74 119 0 0.71 0.53 0.01 344.92 0.98 0.64
Hex FD 4A 77 0 47 35 1 159 62 40
Octal 375 112 167 0 107 65 1 531 142 100
Binary 11111101 1001010 1110111 0 1000111 110101 1 101011001 1100010 1000000

Color Harmonies of #FD4A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4A77

Black with #FD4A77

Text Example


Text Example

White with #FD4A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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