Html Css Color HEX #FD476F Wild Watermelon

📋 copy color: '#FD476F'

red 253 ◦ green 71 ◦ blue 111

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

Shades of Wild Watermelon #FD476F

Tints of Wild Watermelon #FD476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.32%

 BLUE value IS 111 (43.75% from 255) = 25.52%

R = 58.16%
G = 16.32%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD476F (or 0xFD476F) is known color: Wild Watermelon. HEX triplet: FD, 47 and 6F. RGB value is (253,71,111). Sum of RGB (Red+Green+Blue) = 253+71+111=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD476F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD476F is #02B890. Grayscale: #828282. Windows color (decimal): -178321 or 7292925. OLE color: 7292925.

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

Color convert

RGB 253 71 111 -
CMYK 0 0.72 0.56 0.01
HSL 346.81º 0.98% 0.64% -
HSV(B) 346.81º 0.72% 0.99% -
XYZ 45.63 26.54 17.76 -
YUV 129.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 253 71 111 0 0.72 0.56 0.01 346.81 0.98 0.64
Hex FD 47 6F 0 48 38 1 15B 62 40
Octal 375 107 157 0 110 70 1 533 142 100
Binary 11111101 1000111 1101111 0 1001000 111000 1 101011011 1100010 1000000

Color Harmonies of #FD476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD476F

Black with #FD476F

Text Example


Text Example

White with #FD476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD476F; }

 p { color: rgb(253,71,111); }

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

background-color css

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

 a { background-color: rgb(253,71,111); }

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

border-color css

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

 span { border-color: rgb(253,71,111); }

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