#F75F5C

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

Shades of Bittersweet #F75F5C

Tints of Bittersweet #F75F5C

Color information

#F75F5C (or 0xF75F5C) is unknown color: approx Bittersweet. HEX triplet: F7, 5F and 5C. RGB value is (247,95,92). Sum of RGB (Red+Green+Blue) = 247+95+92=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75F5C is #08A0A3. Grayscale: #8C8C8C. Windows color (decimal): -565412 or 6053879. OLE color: 6053879.

HSL color Cylindrical-coordinate representation of color #F75F5C: hue angle of 1.16º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75F5C is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB2479592-
CMYK00.620.630.03
HSL1.16º90.64%66.47%-
HSV(B)1.16º62.75%96.86%-
XYZ44.3828.7313.33-
YUV140.11100.86204.24-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.91%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 92 (36.33% from 255) = 21.20%
R=56.91%
G=21.89%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247959200.620.630.031.1690.6466.47
HexF75F5C03E3F315b42
Octal3671371340767731133102
Binary1111011110111111011100011111011111111110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75F5C; }

 p { color: rgb(247,95,92); }

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

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

 a { background-color: rgb(247,95,92); }

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

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

 span { border-color: rgb(247,95,92); }

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