Html Css Color HEX #FC6C71 Wild Watermelon

📋 copy color: '#FC6C71'

red 252 ◦ green 108 ◦ blue 113

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

Shades of Wild Watermelon #FC6C71

Tints of Wild Watermelon #FC6C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.83%

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

R = 53.28%
G = 22.83%
B = 23.89%

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

#FC6C71 (or 0xFC6C71) is known color: Wild Watermelon. HEX triplet: FC, 6C and 71. RGB value is (252,108,113). Sum of RGB (Red+Green+Blue) = 252+108+113=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C71 is #03938E. Grayscale: #979797. Windows color (decimal): -234383 or 7433468. OLE color: 7433468.

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

Color convert

RGB 252 108 113 -
CMYK 0 0.57 0.55 0.01
HSL 357.92º 0.96% 0.71% -
HSV(B) 357.92º 0.57% 0.99% -
XYZ 48.49 32.61 19.36 -
YUV 151.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 252 108 113 0 0.57 0.55 0.01 357.92 0.96 0.71
Hex FC 6C 71 0 39 37 1 166 60 47
Octal 374 154 161 0 71 67 1 546 140 107
Binary 11111100 1101100 1110001 0 111001 110111 1 101100110 1100000 1000111

Color Harmonies of #FC6C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C71

Black with #FC6C71

Text Example


Text Example

White with #FC6C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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