Html Css Color HEX #FC6C74 Wild Watermelon

📋 copy color: '#FC6C74'

red 252 ◦ green 108 ◦ blue 116

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

Shades of Wild Watermelon #FC6C74

Tints of Wild Watermelon #FC6C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.37%

R = 52.94%
G = 22.69%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC6C74 (or 0xFC6C74) is known color: Wild Watermelon. HEX triplet: FC, 6C and 74. RGB value is (252,108,116). Sum of RGB (Red+Green+Blue) = 252+108+116=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C74 is #03938B. Grayscale: #989898. Windows color (decimal): -234380 or 7630076. OLE color: 7630076.

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

Color convert

RGB 252 108 116 -
CMYK 0 0.57 0.54 0.01
HSL 356.67º 0.96% 0.71% -
HSV(B) 356.67º 0.57% 0.99% -
XYZ 48.66 32.68 20.27 -
YUV 151.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 252 108 116 0 0.57 0.54 0.01 356.67 0.96 0.71
Hex FC 6C 74 0 39 36 1 165 60 47
Octal 374 154 164 0 71 66 1 545 140 107
Binary 11111100 1101100 1110100 0 111001 110110 1 101100101 1100000 1000111

Color Harmonies of #FC6C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C74

Black with #FC6C74

Text Example


Text Example

White with #FC6C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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