Html Css Color HEX #FC5163 Wild Watermelon

📋 copy color: '#FC5163'

red 252 ◦ green 81 ◦ blue 99

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

Shades of Wild Watermelon #FC5163

Tints of Wild Watermelon #FC5163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.75%

 BLUE value IS 99 (39.06% from 255) = 22.92%

R = 58.33%
G = 18.75%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC5163 (or 0xFC5163) is known color: Wild Watermelon. HEX triplet: FC, 51 and 63. RGB value is (252,81,99). Sum of RGB (Red+Green+Blue) = 252+81+99=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5163 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5163 is #03AE9C. Grayscale: #868686. Windows color (decimal): -241309 or 6509052. OLE color: 6509052.

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

Color convert

RGB 252 81 99 -
CMYK 0 0.68 0.61 0.01
HSL 353.68º 0.97% 0.65% -
HSV(B) 353.68º 0.68% 0.99% -
XYZ 45.34 27.48 14.72 -
YUV 134.18 108.15 212.04 -
System Red Green Blue C M Y K H S L
Decimal 252 81 99 0 0.68 0.61 0.01 353.68 0.97 0.65
Hex FC 51 63 0 44 3D 1 162 61 41
Octal 374 121 143 0 104 75 1 542 141 101
Binary 11111100 1010001 1100011 0 1000100 111101 1 101100010 1100001 1000001

Color Harmonies of #FC5163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5163

Black with #FC5163

Text Example


Text Example

White with #FC5163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5163; }

 p { color: rgb(252,81,99); }

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

background-color css

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

 a { background-color: rgb(252,81,99); }

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

border-color css

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

 span { border-color: rgb(252,81,99); }

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