#F2705B

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

Shades of Bittersweet #F2705B

Tints of Bittersweet #F2705B

Color information

#F2705B (or 0xF2705B) is unknown color: approx Bittersweet. HEX triplet: F2, 70 and 5B. RGB value is (242,112,91). Sum of RGB (Red+Green+Blue) = 242+112+91=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F2705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2705B is #0D8FA4. Grayscale: #949494. Windows color (decimal): -888741 or 5992690. OLE color: 5992690.

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

Color convert

RGB24211291-
CMYK00.540.620.05
HSL8.34º85.31%65.29%-
HSV(B)8.34º62.4%94.9%-
XYZ44.331.2213.59-
YUV148.4895.57194.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.38%
GREEN value IS 112 (44.14% from 255) = 25.17%
BLUE value IS 91 (35.94% from 255) = 20.45%
R=54.38%
G=25.17%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421129100.540.620.058.3485.3165.29
HexF2705B0363E585541
Octal36216013306676510125101
Binary11110010111000010110110110110111110101100010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2705B; }

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

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

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

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

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

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

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

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