Html Css Color HEX #FC4C73 Wild Watermelon

📋 copy color: '#FC4C73'

red 252 ◦ green 76 ◦ blue 115

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

Shades of Wild Watermelon #FC4C73

Tints of Wild Watermelon #FC4C73

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.16%

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

R = 56.88%
G = 17.16%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC4C73 (or 0xFC4C73) is known color: Wild Watermelon. HEX triplet: FC, 4C and 73. RGB value is (252,76,115). Sum of RGB (Red+Green+Blue) = 252+76+115=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4C73 is #03B38C. Grayscale: #858585. Windows color (decimal): -242573 or 7556348. OLE color: 7556348.

HSL color Cylindrical-coordinate representation of color #FC4C73: hue angle of 346.7º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4C73 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 76 115 -
CMYK 0 0.70 0.54 0.01
HSL 346.7º 0.97% 0.64% -
HSV(B) 346.7º 0.7% 0.99% -
XYZ 45.82 27.1 19.04 -
YUV 133.07 117.81 212.83 -
System Red Green Blue C M Y K H S L
Decimal 252 76 115 0 0.70 0.54 0.01 346.7 0.97 0.64
Hex FC 4C 73 0 46 36 1 15B 61 40
Octal 374 114 163 0 106 66 1 533 141 100
Binary 11111100 1001100 1110011 0 1000110 110110 1 101011011 1100001 1000000

Color Harmonies of #FC4C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4C73

Black with #FC4C73

Text Example


Text Example

White with #FC4C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4C73; }

 p { color: rgb(252,76,115); }

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

background-color css

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

 a { background-color: rgb(252,76,115); }

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

border-color css

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

 span { border-color: rgb(252,76,115); }

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