Html Css Color HEX #FF6A65 Bittersweet

📋 copy color: '#FF6A65'

red 255 ◦ green 106 ◦ blue 101

#FF6A65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #FF6A65

Tints of Bittersweet #FF6A65

RGB

 RED value IS 255 (100% from 255) = 55.19%

 GREEN value IS 106 (41.8% from 255) = 22.94%

 BLUE value IS 101 (39.84% from 255) = 21.86%

R = 55.19%
G = 22.94%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF6A65 (or 0xFF6A65) is known color: Bittersweet. HEX triplet: FF, 6A and 65. RGB value is (255,106,101). Sum of RGB (Red+Green+Blue) = 255+106+101=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A65 is #00959A. Grayscale: #969696. Windows color (decimal): -38299 or 6646527. OLE color: 6646527.

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

Color convert

RGB 255 106 101 -
CMYK 0 0.58 0.60 0
HSL 1.95º 1% 0.7% -
HSV(B) 1.95º 0.6% 1% -
XYZ 48.74 32.51 16.02 -
YUV 149.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 255 106 101 0 0.58 0.60 0 1.95 1 0.7
Hex FF 6A 65 0 3A 3C 0 2 64 46
Octal 377 152 145 0 72 74 0 2 144 106
Binary 11111111 1101010 1100101 0 111010 111100 0 10 1100100 1000110

Color Harmonies of #FF6A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A65

Black with #FF6A65

Text Example


Text Example

White with #FF6A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A65; }

 p { color: rgb(255,106,101); }

 H1.HeaderClassName
 {
   color: #FF6A65;
 }
 .AnyTagClassName
 {
   color: #FF6A65;
 }
</style>

background-color css

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

 a { background-color: rgb(255,106,101); }

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

border-color css

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

 span { border-color: rgb(255,106,101); }

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