#FF6662

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

Shades of Bittersweet #FF6662

Tints of Bittersweet #FF6662

Color information

#FF6662 (or 0xFF6662) is unknown color: approx Bittersweet. HEX triplet: FF, 66 and 62. RGB value is (255,102,98). Sum of RGB (Red+Green+Blue) = 255+102+98=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6662 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6662 is #00999D. Grayscale: #939393. Windows color (decimal): -39326 or 6448895. OLE color: 6448895.

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

Color convert

RGB25510298-
CMYK00.60.620
HSL1.53º100%69.22%-
HSV(B)1.53º61.57%100%-
XYZ48.231.6415.12-
YUV147.29100.19204.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=56.04%
G=22.42%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551029800.60.6201.5310069.22
HexFF666203C3E026445
Octal3771461420747602144105
Binary1111111111001101100010011110011111001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6662; }

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

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

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

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

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

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

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

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