Html Css Color HEX #FC6D71 Wild Watermelon

📋 copy color: '#FC6D71'

red 252 ◦ green 109 ◦ blue 113

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

Shades of Wild Watermelon #FC6D71

Tints of Wild Watermelon #FC6D71

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23%

 BLUE value IS 113 (44.53% from 255) = 23.84%

R = 53.16%
G = 23%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC6D71 (or 0xFC6D71) is known color: Wild Watermelon. HEX triplet: FC, 6D and 71. RGB value is (252,109,113). Sum of RGB (Red+Green+Blue) = 252+109+113=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D71 is #03928E. Grayscale: #989898. Windows color (decimal): -234127 or 7433724. OLE color: 7433724.

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

Color convert

RGB 252 109 113 -
CMYK 0 0.57 0.55 0.01
HSL 358.32º 0.96% 0.71% -
HSV(B) 358.32º 0.57% 0.99% -
XYZ 48.59 32.82 19.4 -
YUV 152.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 252 109 113 0 0.57 0.55 0.01 358.32 0.96 0.71
Hex FC 6D 71 0 39 37 1 166 60 47
Octal 374 155 161 0 71 67 1 546 140 107
Binary 11111100 1101101 1110001 0 111001 110111 1 101100110 1100000 1000111

Color Harmonies of #FC6D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D71

Black with #FC6D71

Text Example


Text Example

White with #FC6D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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