Html Css Color HEX #FC4D74 Wild Watermelon

📋 copy color: '#FC4D74'

red 252 ◦ green 77 ◦ blue 116

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

Shades of Wild Watermelon #FC4D74

Tints of Wild Watermelon #FC4D74

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.3%

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

R = 56.63%
G = 17.3%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC4D74 (or 0xFC4D74) is known color: Wild Watermelon. HEX triplet: FC, 4D and 74. RGB value is (252,77,116). Sum of RGB (Red+Green+Blue) = 252+77+116=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D74 is #03B28B. Grayscale: #858585. Windows color (decimal): -242316 or 7622140. OLE color: 7622140.

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

Color convert

RGB 252 77 116 -
CMYK 0 0.69 0.54 0.01
HSL 346.63º 0.97% 0.65% -
HSV(B) 346.63º 0.69% 0.99% -
XYZ 45.95 27.26 19.36 -
YUV 133.77 117.98 212.33 -
System Red Green Blue C M Y K H S L
Decimal 252 77 116 0 0.69 0.54 0.01 346.63 0.97 0.65
Hex FC 4D 74 0 45 36 1 15B 61 41
Octal 374 115 164 0 105 66 1 533 141 101
Binary 11111100 1001101 1110100 0 1000101 110110 1 101011011 1100001 1000001

Color Harmonies of #FC4D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4D74

Black with #FC4D74

Text Example


Text Example

White with #FC4D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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