#F2705F

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

Shades of Bittersweet #F2705F

Tints of Bittersweet #F2705F

Color information

#F2705F (or 0xF2705F) is unknown color: approx Bittersweet. HEX triplet: F2, 70 and 5F. RGB value is (242,112,95). Sum of RGB (Red+Green+Blue) = 242+112+95=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2705F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2705F is #0D8FA0. Grayscale: #959595. Windows color (decimal): -888737 or 6254834. OLE color: 6254834.

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

Color convert

RGB24211295-
CMYK00.540.610.05
HSL6.94º84.97%66.08%-
HSV(B)6.94º60.74%94.9%-
XYZ44.4831.2914.52-
YUV148.9397.57194.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.90%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 95 (37.5% from 255) = 21.16%
R=53.90%
G=24.94%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421129500.540.610.056.9484.9766.08
HexF2705F0363D575542
Octal3621601370667557125102
Binary1111001011100001011111011011011110110111110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2705F; }

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

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

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

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

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

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

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

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