#ff6c58

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

Shades of Bittersweet #FF6C58

Tints of Bittersweet #FF6C58

Color information

#FF6C58 (or 0xFF6C58) is unknown color: approx Bittersweet. HEX triplet: FF, 6C and 58. RGB value is (255,108,88). Sum of RGB (Red+Green+Blue) = 255+108+88=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 88 (34.77% from 255 or 19.51% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C58 is #0093A7. Grayscale: #959595. Windows color (decimal): -37800 or 5795071. OLE color: 5795071.

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

Color convert

RGB25510888-
CMYK00.580.650
HSL7.19º100%67.25%-
HSV(B)7.19º65.49%100%-
XYZ48.3632.6912.99-
YUV149.6793.2203.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.54%
GREEN value IS 108 (42.58% from 255) = 23.95%
BLUE value IS 88 (34.77% from 255) = 19.51%
R=56.54%
G=23.95%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551088800.580.6507.1910067.25
HexFF6C5803A41076443
Octal37715413007210107144103
Binary111111111101100101100001110101000001011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff6c58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff6c58; }

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

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

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

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

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

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

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

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