#FF6261

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

Shades of Bittersweet #FF6261

Tints of Bittersweet #FF6261

Color information

#FF6261 (or 0xFF6261) is unknown color: approx Bittersweet. HEX triplet: FF, 62 and 61. RGB value is (255,98,97). Sum of RGB (Red+Green+Blue) = 255+98+97=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6261 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6261 is #009D9E. Grayscale: #909090. Windows color (decimal): -40351 or 6382335. OLE color: 6382335.

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

Color convert

RGB2559897-
CMYK00.620.620
HSL0.38º100%69.02%-
HSV(B)0.38º61.96%100%-
XYZ47.7730.8614.75-
YUV144.83101.01206.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.67%
GREEN value IS 98 (38.67% from 255) = 21.78%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=56.67%
G=21.78%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255989700.620.6200.3810069.02
HexFF626103E3E006445
Octal3771421410767600144105
Binary111111111100010110000101111101111100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6261; }

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

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

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

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

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

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

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

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