Html Css Color HEX #F0695B Bittersweet

📋 copy color: '#F0695B'

red 240 ◦ green 105 ◦ blue 91

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

Shades of Bittersweet #F0695B

Tints of Bittersweet #F0695B

RGB

 RED value IS 240 (94.14% from 255) = 55.05%

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

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

R = 55.05%
G = 24.08%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0695B (or 0xF0695B) is known color: Bittersweet. HEX triplet: F0, 69 and 5B. RGB value is (240,105,91). Sum of RGB (Red+Green+Blue) = 240+105+91=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0695B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0695B is #0F96A4. Grayscale: #8F8F8F. Windows color (decimal): -1021605 or 5990896. OLE color: 5990896.

HSL color Cylindrical-coordinate representation of color #F0695B: hue angle of 5.64º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0695B is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 105 91 -
CMYK 0 0.56 0.62 0.06
HSL 5.64º 0.83% 0.65% -
HSV(B) 5.64º 0.62% 0.94% -
XYZ 42.88 29.38 13.31 -
YUV 143.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 240 105 91 0 0.56 0.62 0.06 5.64 0.83 0.65
Hex F0 69 5B 0 38 3E 6 6 53 41
Octal 360 151 133 0 70 76 6 6 123 101
Binary 11110000 1101001 1011011 0 111000 111110 110 110 1010011 1000001

Color Harmonies of #F0695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0695B

Black with #F0695B

Text Example


Text Example

White with #F0695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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