Html Css Color HEX #FC5168 Wild Watermelon

📋 copy color: '#FC5168'

red 252 ◦ green 81 ◦ blue 104

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

Shades of Wild Watermelon #FC5168

Tints of Wild Watermelon #FC5168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.8%

R = 57.67%
G = 18.54%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC5168 (or 0xFC5168) is known color: Wild Watermelon. HEX triplet: FC, 51 and 68. RGB value is (252,81,104). Sum of RGB (Red+Green+Blue) = 252+81+104=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5168 is #03AE97. Grayscale: #868686. Windows color (decimal): -241304 or 6836732. OLE color: 6836732.

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

Color convert

RGB 252 81 104 -
CMYK 0 0.68 0.59 0.01
HSL 351.93º 0.97% 0.65% -
HSV(B) 351.93º 0.68% 0.99% -
XYZ 45.59 27.58 16.02 -
YUV 134.75 110.65 211.63 -
System Red Green Blue C M Y K H S L
Decimal 252 81 104 0 0.68 0.59 0.01 351.93 0.97 0.65
Hex FC 51 68 0 44 3B 1 160 61 41
Octal 374 121 150 0 104 73 1 540 141 101
Binary 11111100 1010001 1101000 0 1000100 111011 1 101100000 1100001 1000001

Color Harmonies of #FC5168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5168

Black with #FC5168

Text Example


Text Example

White with #FC5168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5168; }

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

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

background-color css

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

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

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

border-color css

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

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

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