Html Css Color HEX #FC5D6D Wild Watermelon

📋 copy color: '#FC5D6D'

red 252 ◦ green 93 ◦ blue 109

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

Shades of Wild Watermelon #FC5D6D

Tints of Wild Watermelon #FC5D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.01%

R = 55.51%
G = 20.48%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC5D6D (or 0xFC5D6D) is known color: Wild Watermelon. HEX triplet: FC, 5D and 6D. RGB value is (252,93,109). Sum of RGB (Red+Green+Blue) = 252+93+109=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5D6D is #03A292. Grayscale: #8E8E8E. Windows color (decimal): -238227 or 7167484. OLE color: 7167484.

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

Color convert

RGB 252 93 109 -
CMYK 0 0.63 0.57 0.01
HSL 353.96º 0.96% 0.68% -
HSV(B) 353.96º 0.63% 0.99% -
XYZ 46.82 29.63 17.72 -
YUV 142.37 109.18 206.2 -
System Red Green Blue C M Y K H S L
Decimal 252 93 109 0 0.63 0.57 0.01 353.96 0.96 0.68
Hex FC 5D 6D 0 3F 39 1 162 60 44
Octal 374 135 155 0 77 71 1 542 140 104
Binary 11111100 1011101 1101101 0 111111 111001 1 101100010 1100000 1000100

Color Harmonies of #FC5D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D6D

Black with #FC5D6D

Text Example


Text Example

White with #FC5D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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