Html Css Color HEX #FC476F Wild Watermelon

📋 copy color: '#FC476F'

red 252 ◦ green 71 ◦ blue 111

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

Shades of Wild Watermelon #FC476F

Tints of Wild Watermelon #FC476F

RGB

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

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

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

R = 58.06%
G = 16.36%
B = 25.58%

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

#FC476F (or 0xFC476F) is known color: Wild Watermelon. HEX triplet: FC, 47 and 6F. RGB value is (252,71,111). Sum of RGB (Red+Green+Blue) = 252+71+111=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC476F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC476F is #03B890. Grayscale: #818181. Windows color (decimal): -243857 or 7292924. OLE color: 7292924.

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

Color convert

RGB 252 71 111 -
CMYK 0 0.72 0.56 0.01
HSL 346.74º 0.97% 0.63% -
HSV(B) 346.74º 0.72% 0.99% -
XYZ 45.27 26.35 17.74 -
YUV 129.68 117.47 215.25 -
System Red Green Blue C M Y K H S L
Decimal 252 71 111 0 0.72 0.56 0.01 346.74 0.97 0.63
Hex FC 47 6F 0 48 38 1 15B 61 3F
Octal 374 107 157 0 110 70 1 533 141 77
Binary 11111100 1000111 1101111 0 1001000 111000 1 101011011 1100001 111111

Color Harmonies of #FC476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC476F

Black with #FC476F

Text Example


Text Example

White with #FC476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC476F; }

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

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

background-color css

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

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

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

border-color css

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

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

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