Html Css Color HEX #F1655D Bittersweet

📋 copy color: '#F1655D'

red 241 ◦ green 101 ◦ blue 93

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

Shades of Bittersweet #F1655D

Tints of Bittersweet #F1655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.22%

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

R = 55.4%
G = 23.22%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1655D (or 0xF1655D) is known color: Bittersweet. HEX triplet: F1, 65 and 5D. RGB value is (241,101,93). Sum of RGB (Red+Green+Blue) = 241+101+93=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F1655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1655D is #0E9AA2. Grayscale: #8E8E8E. Windows color (decimal): -957091 or 6120945. OLE color: 6120945.

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

Color convert

RGB 241 101 93 -
CMYK 0 0.58 0.61 0.05
HSL 3.24º 0.84% 0.65% -
HSV(B) 3.24º 0.61% 0.95% -
XYZ 42.91 28.8 13.65 -
YUV 141.95 100.38 198.65 -
System Red Green Blue C M Y K H S L
Decimal 241 101 93 0 0.58 0.61 0.05 3.24 0.84 0.65
Hex F1 65 5D 0 3A 3D 5 3 54 41
Octal 361 145 135 0 72 75 5 3 124 101
Binary 11110001 1100101 1011101 0 111010 111101 101 11 1010100 1000001

Color Harmonies of #F1655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1655D

Black with #F1655D

Text Example


Text Example

White with #F1655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1655D; }

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

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

background-color css

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

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

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

border-color css

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

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

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