#FE7066

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

Shades of Bittersweet #FE7066

Tints of Bittersweet #FE7066

Color information

#FE7066 (or 0xFE7066) is unknown color: approx Bittersweet. HEX triplet: FE, 70 and 66. RGB value is (254,112,102). Sum of RGB (Red+Green+Blue) = 254+112+102=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7066 is #018F99. Grayscale: #999999. Windows color (decimal): -102298 or 6713598. OLE color: 6713598.

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

Color convert

RGB254112102-
CMYK00.560.600.00
HSL3.95º98.7%69.8%-
HSV(B)3.95º59.84%99.61%-
XYZ49.0733.6216.47-
YUV153.3299.04199.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.27%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 102 (40.23% from 255) = 21.79%
R=54.27%
G=23.93%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411210200.560.600.003.9598.769.8
HexFE70660383C046346
Octal3761601460707404143106
Binary11111110111000011001100111000111100010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7066; }

 p { color: rgb(254,112,102); }

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

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

 a { background-color: rgb(254,112,102); }

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

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

 span { border-color: rgb(254,112,102); }

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