#F2715F

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

Shades of Bittersweet #F2715F

Tints of Bittersweet #F2715F

Color information

#F2715F (or 0xF2715F) is unknown color: approx Bittersweet. HEX triplet: F2, 71 and 5F. RGB value is (242,113,95). Sum of RGB (Red+Green+Blue) = 242+113+95=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2715F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2715F is #0D8EA0. Grayscale: #959595. Windows color (decimal): -888481 or 6255090. OLE color: 6255090.

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

Color convert

RGB24211395-
CMYK00.530.610.05
HSL7.35º84.97%66.08%-
HSV(B)7.35º60.74%94.9%-
XYZ44.5931.5114.56-
YUV149.5297.24193.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.78%
GREEN value IS 113 (44.53% from 255) = 25.11%
BLUE value IS 95 (37.5% from 255) = 21.11%
R=53.78%
G=25.11%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421139500.530.610.057.3584.9766.08
HexF2715F0353D575542
Octal3621611370657557125102
Binary1111001011100011011111011010111110110111110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2715F; }

 p { color: rgb(242,113,95); }

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

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

 a { background-color: rgb(242,113,95); }

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

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

 span { border-color: rgb(242,113,95); }

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