#FF7166

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

Shades of Bittersweet #FF7166

Tints of Bittersweet #FF7166

Color information

#FF7166 (or 0xFF7166) is unknown color: approx Bittersweet. HEX triplet: FF, 71 and 66. RGB value is (255,113,102). Sum of RGB (Red+Green+Blue) = 255+113+102=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7166 is #008E99. Grayscale: #9A9A9A. Windows color (decimal): -36506 or 6713855. OLE color: 6713855.

HSL color Cylindrical-coordinate representation of color #FF7166: hue angle of 4.31º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF7166 is Cyan = 0, Magento = 0.56, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255113102-
CMYK00.560.60
HSL4.31º100%70%-
HSV(B)4.31º60%100%-
XYZ49.5434.0316.53-
YUV154.298.54199.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.26%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=54.26%
G=24.04%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511310200.560.604.3110070
HexFF71660383C046446
Octal3771611460707404144106
Binary11111111111000111001100111000111100010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7166; }

 p { color: rgb(255,113,102); }

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

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

 a { background-color: rgb(255,113,102); }

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

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

 span { border-color: rgb(255,113,102); }

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