Html Css Color HEX #F1735F Bittersweet

📋 copy color: '#F1735F'

red 241 ◦ green 115 ◦ blue 95

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

Shades of Bittersweet #F1735F

Tints of Bittersweet #F1735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.5%

 BLUE value IS 95 (37.5% from 255) = 21.06%

R = 53.44%
G = 25.5%
B = 21.06%

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

#F1735F (or 0xF1735F) is known color: Bittersweet. HEX triplet: F1, 73 and 5F. RGB value is (241,115,95). Sum of RGB (Red+Green+Blue) = 241+115+95=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1735F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1735F is #0E8CA0. Grayscale: #969696. Windows color (decimal): -953505 or 6255601. OLE color: 6255601.

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

Color convert

RGB 241 115 95 -
CMYK 0 0.52 0.61 0.05
HSL 8.22º 0.84% 0.66% -
HSV(B) 8.22º 0.61% 0.95% -
XYZ 44.47 31.79 14.62 -
YUV 150.39 96.74 192.63 -
System Red Green Blue C M Y K H S L
Decimal 241 115 95 0 0.52 0.61 0.05 8.22 0.84 0.66
Hex F1 73 5F 0 34 3D 5 8 54 42
Octal 361 163 137 0 64 75 5 10 124 102
Binary 11110001 1110011 1011111 0 110100 111101 101 1000 1010100 1000010

Color Harmonies of #F1735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1735F

Black with #F1735F

Text Example


Text Example

White with #F1735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1735F; }

 p { color: rgb(241,115,95); }

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

background-color css

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

 a { background-color: rgb(241,115,95); }

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

border-color css

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

 span { border-color: rgb(241,115,95); }

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