Html Css Color HEX #F16760 Bittersweet

📋 copy color: '#F16760'

red 241 ◦ green 103 ◦ blue 96

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

Shades of Bittersweet #F16760

Tints of Bittersweet #F16760

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.41%

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

R = 54.77%
G = 23.41%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F16760 (or 0xF16760) is known color: Bittersweet. HEX triplet: F1, 67 and 60. RGB value is (241,103,96). Sum of RGB (Red+Green+Blue) = 241+103+96=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F16760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16760 is #0E989F. Grayscale: #8F8F8F. Windows color (decimal): -956576 or 6318065. OLE color: 6318065.

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

Color convert

RGB 241 103 96 -
CMYK 0 0.57 0.60 0.05
HSL 2.9º 0.84% 0.66% -
HSV(B) 2.9º 0.6% 0.95% -
XYZ 43.24 29.25 14.43 -
YUV 143.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 241 103 96 0 0.57 0.60 0.05 2.9 0.84 0.66
Hex F1 67 60 0 39 3C 5 3 54 42
Octal 361 147 140 0 71 74 5 3 124 102
Binary 11110001 1100111 1100000 0 111001 111100 101 11 1010100 1000010

Color Harmonies of #F16760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16760

Black with #F16760

Text Example


Text Example

White with #F16760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16760; }

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

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

background-color css

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

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

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

border-color css

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

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

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