Html Css Color HEX #F16C60 Bittersweet

📋 copy color: '#F16C60'

red 241 ◦ green 108 ◦ blue 96

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

Shades of Bittersweet #F16C60

Tints of Bittersweet #F16C60

RGB

 RED value IS 241 (94.53% from 255) = 54.16%

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

 BLUE value IS 96 (37.89% from 255) = 21.57%

R = 54.16%
G = 24.27%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F16C60 (or 0xF16C60) is known color: Bittersweet. HEX triplet: F1, 6C and 60. RGB value is (241,108,96). Sum of RGB (Red+Green+Blue) = 241+108+96=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16C60 is #0E939F. Grayscale: #929292. Windows color (decimal): -955296 or 6319345. OLE color: 6319345.

HSL color Cylindrical-coordinate representation of color #F16C60: hue angle of 4.97º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16C60 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 108 96 -
CMYK 0 0.55 0.60 0.05
HSL 4.97º 0.84% 0.66% -
HSV(B) 4.97º 0.6% 0.95% -
XYZ 43.75 30.27 14.6 -
YUV 146.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 241 108 96 0 0.55 0.60 0.05 4.97 0.84 0.66
Hex F1 6C 60 0 37 3C 5 5 54 42
Octal 361 154 140 0 67 74 5 5 124 102
Binary 11110001 1101100 1100000 0 110111 111100 101 101 1010100 1000010

Color Harmonies of #F16C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C60

Black with #F16C60

Text Example


Text Example

White with #F16C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C60; }

 p { color: rgb(241,108,96); }

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

background-color css

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

 a { background-color: rgb(241,108,96); }

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

border-color css

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

 span { border-color: rgb(241,108,96); }

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