Html Css Color HEX #F1745D Bittersweet

📋 copy color: '#F1745D'

red 241 ◦ green 116 ◦ blue 93

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

Shades of Bittersweet #F1745D

Tints of Bittersweet #F1745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.78%

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

R = 53.56%
G = 25.78%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1745D (or 0xF1745D) is known color: Bittersweet. HEX triplet: F1, 74 and 5D. RGB value is (241,116,93). Sum of RGB (Red+Green+Blue) = 241+116+93=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1745D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1745D is #0E8BA2. Grayscale: #969696. Windows color (decimal): -953251 or 6124785. OLE color: 6124785.

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

Color convert

RGB 241 116 93 -
CMYK 0 0.52 0.61 0.05
HSL 9.32º 0.84% 0.65% -
HSV(B) 9.32º 0.61% 0.95% -
XYZ 44.5 31.98 14.18 -
YUV 150.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 241 116 93 0 0.52 0.61 0.05 9.32 0.84 0.65
Hex F1 74 5D 0 34 3D 5 9 54 41
Octal 361 164 135 0 64 75 5 11 124 101
Binary 11110001 1110100 1011101 0 110100 111101 101 1001 1010100 1000001

Color Harmonies of #F1745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1745D

Black with #F1745D

Text Example


Text Example

White with #F1745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1745D; }

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

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

background-color css

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

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

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

border-color css

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

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

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