Html Css Color HEX #F16962 Bittersweet

📋 copy color: '#F16962'

red 241 ◦ green 105 ◦ blue 98

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

Shades of Bittersweet #F16962

Tints of Bittersweet #F16962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.65%

 BLUE value IS 98 (38.67% from 255) = 22.07%

R = 54.28%
G = 23.65%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F16962 (or 0xF16962) is known color: Bittersweet. HEX triplet: F1, 69 and 62. RGB value is (241,105,98). Sum of RGB (Red+Green+Blue) = 241+105+98=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F16962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16962 is #0E969D. Grayscale: #919191. Windows color (decimal): -956062 or 6449649. OLE color: 6449649.

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

Color convert

RGB 241 105 98 -
CMYK 0 0.56 0.59 0.05
HSL 2.94º 0.84% 0.66% -
HSV(B) 2.94º 0.59% 0.95% -
XYZ 43.53 29.69 14.99 -
YUV 144.87 101.56 196.57 -
System Red Green Blue C M Y K H S L
Decimal 241 105 98 0 0.56 0.59 0.05 2.94 0.84 0.66
Hex F1 69 62 0 38 3B 5 3 54 42
Octal 361 151 142 0 70 73 5 3 124 102
Binary 11110001 1101001 1100010 0 111000 111011 101 11 1010100 1000010

Color Harmonies of #F16962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16962

Black with #F16962

Text Example


Text Example

White with #F16962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16962; }

 p { color: rgb(241,105,98); }

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

background-color css

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

 a { background-color: rgb(241,105,98); }

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

border-color css

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

 span { border-color: rgb(241,105,98); }

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