Html Css Color HEX #FF695D Bittersweet

📋 copy color: '#FF695D'

red 255 ◦ green 105 ◦ blue 93

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

Shades of Bittersweet #FF695D

Tints of Bittersweet #FF695D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.53%

R = 56.29%
G = 23.18%
B = 20.53%

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

#FF695D (or 0xFF695D) is known color: Bittersweet. HEX triplet: FF, 69 and 5D. RGB value is (255,105,93). Sum of RGB (Red+Green+Blue) = 255+105+93=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF695D is #0096A2. Grayscale: #949494. Windows color (decimal): -38563 or 6121983. OLE color: 6121983.

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

Color convert

RGB 255 105 93 -
CMYK 0 0.59 0.64 0
HSL 4.44º 1% 0.68% -
HSV(B) 4.44º 0.64% 1% -
XYZ 48.27 32.15 14.02 -
YUV 148.48 96.7 203.98 -
System Red Green Blue C M Y K H S L
Decimal 255 105 93 0 0.59 0.64 0 4.44 1 0.68
Hex FF 69 5D 0 3B 40 0 4 64 44
Octal 377 151 135 0 73 100 0 4 144 104
Binary 11111111 1101001 1011101 0 111011 1000000 0 100 1100100 1000100

Color Harmonies of #FF695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF695D

Black with #FF695D

Text Example


Text Example

White with #FF695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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