Html Css Color HEX #FC4A76 Wild Watermelon

📋 copy color: '#FC4A76'

red 252 ◦ green 74 ◦ blue 118

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

Shades of Wild Watermelon #FC4A76

Tints of Wild Watermelon #FC4A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.58%

R = 56.76%
G = 16.67%
B = 26.58%

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

#FC4A76 (or 0xFC4A76) is known color: Wild Watermelon. HEX triplet: FC, 4A and 76. RGB value is (252,74,118). Sum of RGB (Red+Green+Blue) = 252+74+118=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4A76 is #03B589. Grayscale: #848484. Windows color (decimal): -243082 or 7752444. OLE color: 7752444.

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

Color convert

RGB 252 74 118 -
CMYK 0 0.71 0.53 0.01
HSL 345.17º 0.97% 0.64% -
HSV(B) 345.17º 0.71% 0.99% -
XYZ 45.86 26.9 19.91 -
YUV 132.24 119.97 213.42 -
System Red Green Blue C M Y K H S L
Decimal 252 74 118 0 0.71 0.53 0.01 345.17 0.97 0.64
Hex FC 4A 76 0 47 35 1 159 61 40
Octal 374 112 166 0 107 65 1 531 141 100
Binary 11111100 1001010 1110110 0 1000111 110101 1 101011001 1100001 1000000

Color Harmonies of #FC4A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A76

Black with #FC4A76

Text Example


Text Example

White with #FC4A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A76; }

 p { color: rgb(252,74,118); }

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

background-color css

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

 a { background-color: rgb(252,74,118); }

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

border-color css

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

 span { border-color: rgb(252,74,118); }

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