Html Css Color HEX #FF695A Bittersweet

📋 copy color: '#FF695A'

red 255 ◦ green 105 ◦ blue 90

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

Shades of Bittersweet #FF695A

Tints of Bittersweet #FF695A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20%

R = 56.67%
G = 23.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF695A (or 0xFF695A) is known color: Bittersweet. HEX triplet: FF, 69 and 5A. RGB value is (255,105,90). Sum of RGB (Red+Green+Blue) = 255+105+90=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF695A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF695A is #0096A5. Grayscale: #949494. Windows color (decimal): -38566 or 5925375. OLE color: 5925375.

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

Color convert

RGB 255 105 90 -
CMYK 0 0.59 0.65 0
HSL 5.45º 1% 0.68% -
HSV(B) 5.45º 0.65% 1% -
XYZ 48.14 32.1 13.33 -
YUV 148.14 95.2 204.22 -
System Red Green Blue C M Y K H S L
Decimal 255 105 90 0 0.59 0.65 0 5.45 1 0.68
Hex FF 69 5A 0 3B 41 0 5 64 44
Octal 377 151 132 0 73 101 0 5 144 104
Binary 11111111 1101001 1011010 0 111011 1000001 0 101 1100100 1000100

Color Harmonies of #FF695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF695A

Black with #FF695A

Text Example


Text Example

White with #FF695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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