Html Css Color HEX #FC6C70 Wild Watermelon

📋 copy color: '#FC6C70'

red 252 ◦ green 108 ◦ blue 112

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

Shades of Wild Watermelon #FC6C70

Tints of Wild Watermelon #FC6C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.73%

R = 53.39%
G = 22.88%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC6C70 (or 0xFC6C70) is known color: Wild Watermelon. HEX triplet: FC, 6C and 70. RGB value is (252,108,112). Sum of RGB (Red+Green+Blue) = 252+108+112=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C70 is #03938F. Grayscale: #979797. Windows color (decimal): -234384 or 7367932. OLE color: 7367932.

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

Color convert

RGB 252 108 112 -
CMYK 0 0.57 0.56 0.01
HSL 358.33º 0.96% 0.71% -
HSV(B) 358.33º 0.57% 0.99% -
XYZ 48.43 32.59 19.07 -
YUV 151.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 252 108 112 0 0.57 0.56 0.01 358.33 0.96 0.71
Hex FC 6C 70 0 39 38 1 166 60 47
Octal 374 154 160 0 71 70 1 546 140 107
Binary 11111100 1101100 1110000 0 111001 111000 1 101100110 1100000 1000111

Color Harmonies of #FC6C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C70

Black with #FC6C70

Text Example


Text Example

White with #FC6C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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