Html Css Color HEX #FC476D Wild Watermelon

📋 copy color: '#FC476D'

red 252 ◦ green 71 ◦ blue 109

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

Shades of Wild Watermelon #FC476D

Tints of Wild Watermelon #FC476D

RGB

 RED value IS 252 (98.83% from 255) = 58.33%

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

 BLUE value IS 109 (42.97% from 255) = 25.23%

R = 58.33%
G = 16.44%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC476D (or 0xFC476D) is known color: Wild Watermelon. HEX triplet: FC, 47 and 6D. RGB value is (252,71,109). Sum of RGB (Red+Green+Blue) = 252+71+109=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC476D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC476D is #03B892. Grayscale: #818181. Windows color (decimal): -243859 or 7161852. OLE color: 7161852.

HSL color Cylindrical-coordinate representation of color #FC476D: hue angle of 347.4º degrees, saturation: 0.97, 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 #FC476D is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 71 109 -
CMYK 0 0.72 0.57 0.01
HSL 347.4º 0.97% 0.63% -
HSV(B) 347.4º 0.72% 0.99% -
XYZ 45.16 26.31 17.17 -
YUV 129.45 116.47 215.41 -
System Red Green Blue C M Y K H S L
Decimal 252 71 109 0 0.72 0.57 0.01 347.4 0.97 0.63
Hex FC 47 6D 0 48 39 1 15B 61 3F
Octal 374 107 155 0 110 71 1 533 141 77
Binary 11111100 1000111 1101101 0 1001000 111001 1 101011011 1100001 111111

Color Harmonies of #FC476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC476D

Black with #FC476D

Text Example


Text Example

White with #FC476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC476D; }

 p { color: rgb(252,71,109); }

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

background-color css

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

 a { background-color: rgb(252,71,109); }

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

border-color css

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

 span { border-color: rgb(252,71,109); }

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