Html Css Color HEX #FF695B Bittersweet

📋 copy color: '#FF695B'

red 255 ◦ green 105 ◦ blue 91

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

Shades of Bittersweet #FF695B

Tints of Bittersweet #FF695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.28%

 BLUE value IS 91 (35.94% from 255) = 20.18%

R = 56.54%
G = 23.28%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF695B (or 0xFF695B) is known color: Bittersweet. HEX triplet: FF, 69 and 5B. RGB value is (255,105,91). Sum of RGB (Red+Green+Blue) = 255+105+91=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF695B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF695B is #0096A4. Grayscale: #949494. Windows color (decimal): -38565 or 5990911. OLE color: 5990911.

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

Color convert

RGB 255 105 91 -
CMYK 0 0.59 0.64 0
HSL 5.12º 1% 0.68% -
HSV(B) 5.12º 0.64% 1% -
XYZ 48.18 32.12 13.56 -
YUV 148.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 255 105 91 0 0.59 0.64 0 5.12 1 0.68
Hex FF 69 5B 0 3B 40 0 5 64 44
Octal 377 151 133 0 73 100 0 5 144 104
Binary 11111111 1101001 1011011 0 111011 1000000 0 101 1100100 1000100

Color Harmonies of #FF695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF695B

Black with #FF695B

Text Example


Text Example

White with #FF695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF695B; }

 p { color: rgb(255,105,91); }

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

background-color css

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

 a { background-color: rgb(255,105,91); }

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

border-color css

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

 span { border-color: rgb(255,105,91); }

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