Html Css Color HEX #F1695D Bittersweet

📋 copy color: '#F1695D'

red 241 ◦ green 105 ◦ blue 93

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

Shades of Bittersweet #F1695D

Tints of Bittersweet #F1695D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.18%

R = 54.9%
G = 23.92%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1695D (or 0xF1695D) is known color: Bittersweet. HEX triplet: F1, 69 and 5D. RGB value is (241,105,93). Sum of RGB (Red+Green+Blue) = 241+105+93=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F1695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1695D is #0E96A2. Grayscale: #909090. Windows color (decimal): -956067 or 6121969. OLE color: 6121969.

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

Color convert

RGB 241 105 93 -
CMYK 0 0.56 0.61 0.05
HSL 4.86º 0.84% 0.65% -
HSV(B) 4.86º 0.61% 0.95% -
XYZ 43.3 29.59 13.79 -
YUV 144.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 241 105 93 0 0.56 0.61 0.05 4.86 0.84 0.65
Hex F1 69 5D 0 38 3D 5 5 54 41
Octal 361 151 135 0 70 75 5 5 124 101
Binary 11110001 1101001 1011101 0 111000 111101 101 101 1010100 1000001

Color Harmonies of #F1695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1695D

Black with #F1695D

Text Example


Text Example

White with #F1695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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