Html Css Color HEX #FC6166 Wild Watermelon

📋 copy color: '#FC6166'

red 252 ◦ green 97 ◦ blue 102

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

Shades of Wild Watermelon #FC6166

Tints of Wild Watermelon #FC6166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.51%

 BLUE value IS 102 (40.23% from 255) = 22.62%

R = 55.88%
G = 21.51%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC6166 (or 0xFC6166) is known color: Wild Watermelon. HEX triplet: FC, 61 and 66. RGB value is (252,97,102). Sum of RGB (Red+Green+Blue) = 252+97+102=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6166 is #039E99. Grayscale: #909090. Windows color (decimal): -237210 or 6709756. OLE color: 6709756.

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

Color convert

RGB 252 97 102 -
CMYK 0 0.62 0.60 0.01
HSL 358.06º 0.96% 0.68% -
HSV(B) 358.06º 0.62% 0.99% -
XYZ 46.82 30.2 15.93 -
YUV 143.92 104.35 205.09 -
System Red Green Blue C M Y K H S L
Decimal 252 97 102 0 0.62 0.60 0.01 358.06 0.96 0.68
Hex FC 61 66 0 3E 3C 1 166 60 44
Octal 374 141 146 0 76 74 1 546 140 104
Binary 11111100 1100001 1100110 0 111110 111100 1 101100110 1100000 1000100

Color Harmonies of #FC6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6166

Black with #FC6166

Text Example


Text Example

White with #FC6166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6166; }

 p { color: rgb(252,97,102); }

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

background-color css

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

 a { background-color: rgb(252,97,102); }

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

border-color css

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

 span { border-color: rgb(252,97,102); }

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