#F1625D

Color #F1625D Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #F1625D

Tints of Bittersweet #F1625D

Color information

#F1625D (or 0xF1625D) is unknown color: approx Bittersweet. HEX triplet: F1, 62 and 5D. RGB value is (241,98,93). Sum of RGB (Red+Green+Blue) = 241+98+93=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1625D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1625D is #0E9DA2. Grayscale: #8C8C8C. Windows color (decimal): -957859 or 6120177. OLE color: 6120177.

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

Color convert

RGB2419893-
CMYK00.590.610.05
HSL2.03º84.09%65.49%-
HSV(B)2.03º61.41%94.51%-
XYZ42.6228.2313.56-
YUV140.19101.38199.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.79%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=55.79%
G=22.69%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241989300.590.610.052.0384.0965.49
HexF1625D03B3D525441
Octal3611421350737552124101
Binary111100011100010101110101110111111011011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1625D; }

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

 H1.HeaderClassName
 {
   color: #F1625D;
 }
 .AnyTagClassName
 {
   color: #F1625D;
 }
</style>
background-color css

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

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

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

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

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

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