Html Css Color HEX #FC5D60 Wild Watermelon

📋 copy color: '#FC5D60'

red 252 ◦ green 93 ◦ blue 96

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

Shades of Wild Watermelon #FC5D60

Tints of Wild Watermelon #FC5D60

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.09%

 BLUE value IS 96 (37.89% from 255) = 21.77%

R = 57.14%
G = 21.09%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC5D60 (or 0xFC5D60) is known color: Wild Watermelon. HEX triplet: FC, 5D and 60. RGB value is (252,93,96). Sum of RGB (Red+Green+Blue) = 252+93+96=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5D60 is #03A29F. Grayscale: #8D8D8D. Windows color (decimal): -238240 or 6315516. OLE color: 6315516.

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

Color convert

RGB 252 93 96 -
CMYK 0 0.63 0.62 0.01
HSL 358.87º 0.96% 0.68% -
HSV(B) 358.87º 0.63% 0.99% -
XYZ 46.17 29.37 14.3 -
YUV 140.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 252 93 96 0 0.63 0.62 0.01 358.87 0.96 0.68
Hex FC 5D 60 0 3F 3E 1 167 60 44
Octal 374 135 140 0 77 76 1 547 140 104
Binary 11111100 1011101 1100000 0 111111 111110 1 101100111 1100000 1000100

Color Harmonies of #FC5D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D60

Black with #FC5D60

Text Example


Text Example

White with #FC5D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D60; }

 p { color: rgb(252,93,96); }

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

background-color css

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

 a { background-color: rgb(252,93,96); }

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

border-color css

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

 span { border-color: rgb(252,93,96); }

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