#FD6F65

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

Shades of Bittersweet #FD6F65

Tints of Bittersweet #FD6F65

Color information

#FD6F65 (or 0xFD6F65) is unknown color: approx Bittersweet. HEX triplet: FD, 6F and 65. RGB value is (253,111,101). Sum of RGB (Red+Green+Blue) = 253+111+101=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6F65 is #02909A. Grayscale: #989898. Windows color (decimal): -168091 or 6647805. OLE color: 6647805.

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

Color convert

RGB253111101-
CMYK00.560.600.01
HSL3.95º97.44%69.41%-
HSV(B)3.95º60.08%99.22%-
XYZ48.5433.1916.16-
YUV152.3299.04199.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.41%
GREEN value IS 111 (43.75% from 255) = 23.87%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=54.41%
G=23.87%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311110100.560.600.013.9597.4469.41
HexFD6F650383C146145
Octal3751571450707414141105
Binary11111101110111111001010111000111100110011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6F65; }

 p { color: rgb(253,111,101); }

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

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

 a { background-color: rgb(253,111,101); }

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

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

 span { border-color: rgb(253,111,101); }

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