Html Css Color HEX #F16E6A Bittersweet

📋 copy color: '#F16E6A'

red 241 ◦ green 110 ◦ blue 106

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

Shades of Bittersweet #F16E6A

Tints of Bittersweet #F16E6A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.07%

 BLUE value IS 106 (41.8% from 255) = 23.19%

R = 52.74%
G = 24.07%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F16E6A (or 0xF16E6A) is known color: Bittersweet. HEX triplet: F1, 6E and 6A. RGB value is (241,110,106). Sum of RGB (Red+Green+Blue) = 241+110+106=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16E6A is #0E9195. Grayscale: #949494. Windows color (decimal): -954774 or 6975217. OLE color: 6975217.

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

Color convert

RGB 241 110 106 -
CMYK 0 0.54 0.56 0.05
HSL 1.78º 0.83% 0.68% -
HSV(B) 1.78º 0.56% 0.95% -
XYZ 44.45 30.89 17.26 -
YUV 148.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 241 110 106 0 0.54 0.56 0.05 1.78 0.83 0.68
Hex F1 6E 6A 0 36 38 5 2 53 44
Octal 361 156 152 0 66 70 5 2 123 104
Binary 11110001 1101110 1101010 0 110110 111000 101 10 1010011 1000100

Color Harmonies of #F16E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16E6A

Black with #F16E6A

Text Example


Text Example

White with #F16E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16E6A; }

 p { color: rgb(241,110,106); }

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

background-color css

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

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

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

border-color css

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

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

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