Html Css Color HEX #FC4974 Wild Watermelon

📋 copy color: '#FC4974'

red 252 ◦ green 73 ◦ blue 116

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

Shades of Wild Watermelon #FC4974

Tints of Wild Watermelon #FC4974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.55%

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 57.14%
G = 16.55%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC4974 (or 0xFC4974) is known color: Wild Watermelon. HEX triplet: FC, 49 and 74. RGB value is (252,73,116). Sum of RGB (Red+Green+Blue) = 252+73+116=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4974 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4974 is #03B68B. Grayscale: #838383. Windows color (decimal): -243340 or 7621116. OLE color: 7621116.

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

Color convert

RGB 252 73 116 -
CMYK 0 0.71 0.54 0.01
HSL 345.59º 0.97% 0.64% -
HSV(B) 345.59º 0.71% 0.99% -
XYZ 45.68 26.72 19.27 -
YUV 131.42 119.3 214 -
System Red Green Blue C M Y K H S L
Decimal 252 73 116 0 0.71 0.54 0.01 345.59 0.97 0.64
Hex FC 49 74 0 47 36 1 15A 61 40
Octal 374 111 164 0 107 66 1 532 141 100
Binary 11111100 1001001 1110100 0 1000111 110110 1 101011010 1100001 1000000

Color Harmonies of #FC4974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4974

Black with #FC4974

Text Example


Text Example

White with #FC4974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4974; }

 p { color: rgb(252,73,116); }

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

background-color css

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

 a { background-color: rgb(252,73,116); }

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

border-color css

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

 span { border-color: rgb(252,73,116); }

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