Html Css Color HEX #F16B5B Bittersweet

📋 copy color: '#F16B5B'

red 241 ◦ green 107 ◦ blue 91

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

Shades of Bittersweet #F16B5B

Tints of Bittersweet #F16B5B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.37%

 BLUE value IS 91 (35.94% from 255) = 20.73%

R = 54.9%
G = 24.37%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F16B5B (or 0xF16B5B) is known color: Bittersweet. HEX triplet: F1, 6B and 5B. RGB value is (241,107,91). Sum of RGB (Red+Green+Blue) = 241+107+91=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16B5B is #0E94A4. Grayscale: #919191. Windows color (decimal): -955557 or 5991409. OLE color: 5991409.

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

Color convert

RGB 241 107 91 -
CMYK 0 0.56 0.62 0.05
HSL 6.4º 0.84% 0.65% -
HSV(B) 6.4º 0.62% 0.95% -
XYZ 43.42 29.97 13.39 -
YUV 145.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 241 107 91 0 0.56 0.62 0.05 6.4 0.84 0.65
Hex F1 6B 5B 0 38 3E 5 6 54 41
Octal 361 153 133 0 70 76 5 6 124 101
Binary 11110001 1101011 1011011 0 111000 111110 101 110 1010100 1000001

Color Harmonies of #F16B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B5B

Black with #F16B5B

Text Example


Text Example

White with #F16B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B5B; }

 p { color: rgb(241,107,91); }

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

background-color css

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

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

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

border-color css

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

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

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