Html Css Color HEX #FC5076 Wild Watermelon

📋 copy color: '#FC5076'

red 252 ◦ green 80 ◦ blue 118

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

Shades of Wild Watermelon #FC5076

Tints of Wild Watermelon #FC5076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.78%

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

R = 56%
G = 17.78%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC5076 (or 0xFC5076) is known color: Wild Watermelon. HEX triplet: FC, 50 and 76. RGB value is (252,80,118). Sum of RGB (Red+Green+Blue) = 252+80+118=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5076 is #03AF89. Grayscale: #878787. Windows color (decimal): -241546 or 7753980. OLE color: 7753980.

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

Color convert

RGB 252 80 118 -
CMYK 0 0.68 0.53 0.01
HSL 346.74º 0.97% 0.65% -
HSV(B) 346.74º 0.68% 0.99% -
XYZ 46.28 27.74 20.05 -
YUV 135.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 252 80 118 0 0.68 0.53 0.01 346.74 0.97 0.65
Hex FC 50 76 0 44 35 1 15B 61 41
Octal 374 120 166 0 104 65 1 533 141 101
Binary 11111100 1010000 1110110 0 1000100 110101 1 101011011 1100001 1000001

Color Harmonies of #FC5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5076

Black with #FC5076

Text Example


Text Example

White with #FC5076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5076; }

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

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

background-color css

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

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

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

border-color css

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

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

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