Html Css Color HEX #FC5D68 Wild Watermelon

📋 copy color: '#FC5D68'

red 252 ◦ green 93 ◦ blue 104

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

Shades of Wild Watermelon #FC5D68

Tints of Wild Watermelon #FC5D68

RGB

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

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

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

R = 56.12%
G = 20.71%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC5D68 (or 0xFC5D68) is known color: Wild Watermelon. HEX triplet: FC, 5D and 68. RGB value is (252,93,104). Sum of RGB (Red+Green+Blue) = 252+93+104=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5D68 is #03A297. Grayscale: #8D8D8D. Windows color (decimal): -238232 or 6839804. OLE color: 6839804.

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

Color convert

RGB 252 93 104 -
CMYK 0 0.63 0.59 0.01
HSL 355.85º 0.96% 0.68% -
HSV(B) 355.85º 0.63% 0.99% -
XYZ 46.56 29.52 16.34 -
YUV 141.8 106.68 206.61 -
System Red Green Blue C M Y K H S L
Decimal 252 93 104 0 0.63 0.59 0.01 355.85 0.96 0.68
Hex FC 5D 68 0 3F 3B 1 164 60 44
Octal 374 135 150 0 77 73 1 544 140 104
Binary 11111100 1011101 1101000 0 111111 111011 1 101100100 1100000 1000100

Color Harmonies of #FC5D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D68

Black with #FC5D68

Text Example


Text Example

White with #FC5D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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