Html Css Color HEX #F1685D Bittersweet

📋 copy color: '#F1685D'

red 241 ◦ green 104 ◦ blue 93

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

Shades of Bittersweet #F1685D

Tints of Bittersweet #F1685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.74%

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

R = 55.02%
G = 23.74%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1685D (or 0xF1685D) is known color: Bittersweet. HEX triplet: F1, 68 and 5D. RGB value is (241,104,93). Sum of RGB (Red+Green+Blue) = 241+104+93=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F1685D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1685D is #0E97A2. Grayscale: #8F8F8F. Windows color (decimal): -956323 or 6121713. OLE color: 6121713.

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

Color convert

RGB 241 104 93 -
CMYK 0 0.57 0.61 0.05
HSL 4.46º 0.84% 0.65% -
HSV(B) 4.46º 0.61% 0.95% -
XYZ 43.2 29.39 13.75 -
YUV 143.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 241 104 93 0 0.57 0.61 0.05 4.46 0.84 0.65
Hex F1 68 5D 0 39 3D 5 4 54 41
Octal 361 150 135 0 71 75 5 4 124 101
Binary 11110001 1101000 1011101 0 111001 111101 101 100 1010100 1000001

Color Harmonies of #F1685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1685D

Black with #F1685D

Text Example


Text Example

White with #F1685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1685D; }

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

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

background-color css

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

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

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

border-color css

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

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

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