Html Css Color HEX #F1725B Bittersweet

📋 copy color: '#F1725B'

red 241 ◦ green 114 ◦ blue 91

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

Shades of Bittersweet #F1725B

Tints of Bittersweet #F1725B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.56%

 BLUE value IS 91 (35.94% from 255) = 20.4%

R = 54.04%
G = 25.56%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1725B (or 0xF1725B) is known color: Bittersweet. HEX triplet: F1, 72 and 5B. RGB value is (241,114,91). Sum of RGB (Red+Green+Blue) = 241+114+91=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F1725B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1725B is #0E8DA4. Grayscale: #959595. Windows color (decimal): -953765 or 5993201. OLE color: 5993201.

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

Color convert

RGB 241 114 91 -
CMYK 0 0.53 0.62 0.05
HSL 9.2º 0.84% 0.65% -
HSV(B) 9.2º 0.62% 0.95% -
XYZ 44.18 31.49 13.65 -
YUV 149.35 95.08 193.37 -
System Red Green Blue C M Y K H S L
Decimal 241 114 91 0 0.53 0.62 0.05 9.2 0.84 0.65
Hex F1 72 5B 0 35 3E 5 9 54 41
Octal 361 162 133 0 65 76 5 11 124 101
Binary 11110001 1110010 1011011 0 110101 111110 101 1001 1010100 1000001

Color Harmonies of #F1725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1725B

Black with #F1725B

Text Example


Text Example

White with #F1725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1725B; }

 p { color: rgb(241,114,91); }

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

background-color css

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

 a { background-color: rgb(241,114,91); }

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

border-color css

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

 span { border-color: rgb(241,114,91); }

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