Html Css Color HEX #FC5376 Wild Watermelon

📋 copy color: '#FC5376'

red 252 ◦ green 83 ◦ blue 118

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

Shades of Wild Watermelon #FC5376

Tints of Wild Watermelon #FC5376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.32%

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

R = 55.63%
G = 18.32%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC5376 (or 0xFC5376) is known color: Wild Watermelon. HEX triplet: FC, 53 and 76. RGB value is (252,83,118). Sum of RGB (Red+Green+Blue) = 252+83+118=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5376 is #03AC89. Grayscale: #898989. Windows color (decimal): -240778 or 7754748. OLE color: 7754748.

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

Color convert

RGB 252 83 118 -
CMYK 0 0.67 0.53 0.01
HSL 347.57º 0.97% 0.66% -
HSV(B) 347.57º 0.67% 0.99% -
XYZ 46.51 28.19 20.13 -
YUV 137.52 116.99 209.65 -
System Red Green Blue C M Y K H S L
Decimal 252 83 118 0 0.67 0.53 0.01 347.57 0.97 0.66
Hex FC 53 76 0 43 35 1 15C 61 42
Octal 374 123 166 0 103 65 1 534 141 102
Binary 11111100 1010011 1110110 0 1000011 110101 1 101011100 1100001 1000010

Color Harmonies of #FC5376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5376

Black with #FC5376

Text Example


Text Example

White with #FC5376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5376; }

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

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

background-color css

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

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

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

border-color css

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

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

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