#FF7266

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

Shades of Bittersweet #FF7266

Tints of Bittersweet #FF7266

Color information

#FF7266 (or 0xFF7266) is unknown color: approx Bittersweet. HEX triplet: FF, 72 and 66. RGB value is (255,114,102). Sum of RGB (Red+Green+Blue) = 255+114+102=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7266 is #008D99. Grayscale: #9A9A9A. Windows color (decimal): -36250 or 6714111. OLE color: 6714111.

HSL color Cylindrical-coordinate representation of color #FF7266: hue angle of 4.71º 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 #FF7266 is Cyan = 0, Magento = 0.55, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255114102-
CMYK00.550.60
HSL4.71º100%70%-
HSV(B)4.71º60%100%-
XYZ49.6634.2516.56-
YUV154.7998.21199.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.14%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 102 (40.23% from 255) = 21.66%
R=54.14%
G=24.20%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511410200.550.604.7110070
HexFF72660373C056446
Octal3771621460677405144106
Binary11111111111001011001100110111111100010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7266; }

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

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

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

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

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

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

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

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