Html Css Color HEX #FC5162 Wild Watermelon

📋 copy color: '#FC5162'

red 252 ◦ green 81 ◦ blue 98

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

Shades of Wild Watermelon #FC5162

Tints of Wild Watermelon #FC5162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.74%

R = 58.47%
G = 18.79%
B = 22.74%

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

#FC5162 (or 0xFC5162) is known color: Wild Watermelon. HEX triplet: FC, 51 and 62. RGB value is (252,81,98). Sum of RGB (Red+Green+Blue) = 252+81+98=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5162 is #03AE9D. Grayscale: #868686. Windows color (decimal): -241310 or 6443516. OLE color: 6443516.

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

Color convert

RGB 252 81 98 -
CMYK 0 0.68 0.61 0.01
HSL 354.04º 0.97% 0.65% -
HSV(B) 354.04º 0.68% 0.99% -
XYZ 45.29 27.46 14.47 -
YUV 134.07 107.65 212.12 -
System Red Green Blue C M Y K H S L
Decimal 252 81 98 0 0.68 0.61 0.01 354.04 0.97 0.65
Hex FC 51 62 0 44 3D 1 162 61 41
Octal 374 121 142 0 104 75 1 542 141 101
Binary 11111100 1010001 1100010 0 1000100 111101 1 101100010 1100001 1000001

Color Harmonies of #FC5162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5162

Black with #FC5162

Text Example


Text Example

White with #FC5162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5162; }

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

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

background-color css

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

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

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

border-color css

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

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

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