Html Css Color HEX #F1665D Bittersweet

📋 copy color: '#F1665D'

red 241 ◦ green 102 ◦ blue 93

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

Shades of Bittersweet #F1665D

Tints of Bittersweet #F1665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.39%

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

R = 55.28%
G = 23.39%
B = 21.33%

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

#F1665D (or 0xF1665D) is known color: Bittersweet. HEX triplet: F1, 66 and 5D. RGB value is (241,102,93). Sum of RGB (Red+Green+Blue) = 241+102+93=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F1665D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1665D is #0E99A2. Grayscale: #8E8E8E. Windows color (decimal): -956835 or 6121201. OLE color: 6121201.

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

Color convert

RGB 241 102 93 -
CMYK 0 0.58 0.61 0.05
HSL 3.65º 0.84% 0.65% -
HSV(B) 3.65º 0.61% 0.95% -
XYZ 43 28.99 13.69 -
YUV 142.54 100.05 198.23 -
System Red Green Blue C M Y K H S L
Decimal 241 102 93 0 0.58 0.61 0.05 3.65 0.84 0.65
Hex F1 66 5D 0 3A 3D 5 4 54 41
Octal 361 146 135 0 72 75 5 4 124 101
Binary 11110001 1100110 1011101 0 111010 111101 101 100 1010100 1000001

Color Harmonies of #F1665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1665D

Black with #F1665D

Text Example


Text Example

White with #F1665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1665D; }

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

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

background-color css

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

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

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

border-color css

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

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

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