Html Css Color HEX #F0685F Bittersweet

📋 copy color: '#F0685F'

red 240 ◦ green 104 ◦ blue 95

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

Shades of Bittersweet #F0685F

Tints of Bittersweet #F0685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.69%

 BLUE value IS 95 (37.5% from 255) = 21.64%

R = 54.67%
G = 23.69%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0685F (or 0xF0685F) is known color: Bittersweet. HEX triplet: F0, 68 and 5F. RGB value is (240,104,95). Sum of RGB (Red+Green+Blue) = 240+104+95=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F0685F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0685F is #0F97A0. Grayscale: #8F8F8F. Windows color (decimal): -1021857 or 6252784. OLE color: 6252784.

HSL color Cylindrical-coordinate representation of color #F0685F: hue angle of 3.72º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0685F is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 104 95 -
CMYK 0 0.57 0.60 0.06
HSL 3.72º 0.83% 0.66% -
HSV(B) 3.72º 0.6% 0.94% -
XYZ 42.95 29.25 14.21 -
YUV 143.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 240 104 95 0 0.57 0.60 0.06 3.72 0.83 0.66
Hex F0 68 5F 0 39 3C 6 4 53 42
Octal 360 150 137 0 71 74 6 4 123 102
Binary 11110000 1101000 1011111 0 111001 111100 110 100 1010011 1000010

Color Harmonies of #F0685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0685F

Black with #F0685F

Text Example


Text Example

White with #F0685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0685F; }

 p { color: rgb(240,104,95); }

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

background-color css

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

 a { background-color: rgb(240,104,95); }

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

border-color css

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

 span { border-color: rgb(240,104,95); }

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