Html Css Color HEX #F1725D Bittersweet

📋 copy color: '#F1725D'

red 241 ◦ green 114 ◦ blue 93

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

Shades of Bittersweet #F1725D

Tints of Bittersweet #F1725D

RGB

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

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

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

R = 53.79%
G = 25.45%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1725D (or 0xF1725D) is known color: Bittersweet. HEX triplet: F1, 72 and 5D. RGB value is (241,114,93). Sum of RGB (Red+Green+Blue) = 241+114+93=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1725D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1725D is #0E8DA2. Grayscale: #959595. Windows color (decimal): -953763 or 6124273. OLE color: 6124273.

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

Color convert

RGB 241 114 93 -
CMYK 0 0.53 0.61 0.05
HSL 8.51º 0.84% 0.65% -
HSV(B) 8.51º 0.61% 0.95% -
XYZ 44.27 31.53 14.11 -
YUV 149.58 96.08 193.21 -
System Red Green Blue C M Y K H S L
Decimal 241 114 93 0 0.53 0.61 0.05 8.51 0.84 0.65
Hex F1 72 5D 0 35 3D 5 9 54 41
Octal 361 162 135 0 65 75 5 11 124 101
Binary 11110001 1110010 1011101 0 110101 111101 101 1001 1010100 1000001

Color Harmonies of #F1725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1725D

Black with #F1725D

Text Example


Text Example

White with #F1725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1725D; }

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

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

background-color css

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

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

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

border-color css

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

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

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