Html Css Color HEX #F16060 Bittersweet

📋 copy color: '#F16060'

red 241 ◦ green 96 ◦ blue 96

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

Shades of Bittersweet #F16060

Tints of Bittersweet #F16060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.17%

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

R = 55.66%
G = 22.17%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F16060 (or 0xF16060) is known color: Bittersweet. HEX triplet: F1, 60 and 60. RGB value is (241,96,96). Sum of RGB (Red+Green+Blue) = 241+96+96=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F16060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16060 is #0E9F9F. Grayscale: #8B8B8B. Windows color (decimal): -958368 or 6316273. OLE color: 6316273.

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

Color convert

RGB 241 96 96 -
CMYK 0 0.60 0.60 0.05
HSL 0.84% 0.66% -
HSV(B) 0.6% 0.95% -
XYZ 42.57 27.91 14.21 -
YUV 139.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 241 96 96 0 0.60 0.60 0.05 0 0.84 0.66
Hex F1 60 60 0 3C 3C 5 0 54 42
Octal 361 140 140 0 74 74 5 0 124 102
Binary 11110001 1100000 1100000 0 111100 111100 101 0 1010100 1000010

Color Harmonies of #F16060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16060

Black with #F16060

Text Example


Text Example

White with #F16060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16060; }

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

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

background-color css

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

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

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

border-color css

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

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

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