Html Css Color HEX #FC5079 Wild Watermelon

📋 copy color: '#FC5079'

red 252 ◦ green 80 ◦ blue 121

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

Shades of Wild Watermelon #FC5079

Tints of Wild Watermelon #FC5079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.71%

R = 55.63%
G = 17.66%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC5079 (or 0xFC5079) is known color: Wild Watermelon. HEX triplet: FC, 50 and 79. RGB value is (252,80,121). Sum of RGB (Red+Green+Blue) = 252+80+121=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5079 is #03AF86. Grayscale: #888888. Windows color (decimal): -241543 or 7950588. OLE color: 7950588.

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

Color convert

RGB 252 80 121 -
CMYK 0 0.68 0.52 0.01
HSL 345.7º 0.97% 0.65% -
HSV(B) 345.7º 0.68% 0.99% -
XYZ 46.46 27.81 21.01 -
YUV 136.1 119.48 210.67 -
System Red Green Blue C M Y K H S L
Decimal 252 80 121 0 0.68 0.52 0.01 345.7 0.97 0.65
Hex FC 50 79 0 44 34 1 15A 61 41
Octal 374 120 171 0 104 64 1 532 141 101
Binary 11111100 1010000 1111001 0 1000100 110100 1 101011010 1100001 1000001

Color Harmonies of #FC5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5079

Black with #FC5079

Text Example


Text Example

White with #FC5079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5079; }

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

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

background-color css

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

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

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

border-color css

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

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

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