#FF6158

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

Shades of Bittersweet #FF6158

Tints of Bittersweet #FF6158

Color information

#FF6158 (or 0xFF6158) is unknown color: approx Bittersweet. HEX triplet: FF, 61 and 58. RGB value is (255,97,88). Sum of RGB (Red+Green+Blue) = 255+97+88=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6158 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6158 is #009EA7. Grayscale: #8F8F8F. Windows color (decimal): -40616 or 5792255. OLE color: 5792255.

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

Color convert

RGB2559788-
CMYK00.620.650
HSL3.23º100%67.25%-
HSV(B)3.23º65.49%100%-
XYZ47.2830.5112.63-
YUV143.2296.85207.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.95%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 88 (34.77% from 255) = 20%
R=57.95%
G=22.05%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255978800.620.6503.2310067.25
HexFF615803E41036443
Octal37714113007610103144103
Binary11111111110000110110000111110100000101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6158; }

 p { color: rgb(255,97,88); }

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

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

 a { background-color: rgb(255,97,88); }

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

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

 span { border-color: rgb(255,97,88); }

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