Html Css Color HEX #F06C65 Bittersweet

📋 copy color: '#F06C65'

red 240 ◦ green 108 ◦ blue 101

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

Shades of Bittersweet #F06C65

Tints of Bittersweet #F06C65

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.05%

 BLUE value IS 101 (39.84% from 255) = 22.49%

R = 53.45%
G = 24.05%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F06C65 (or 0xF06C65) is known color: Bittersweet. HEX triplet: F0, 6C and 65. RGB value is (240,108,101). Sum of RGB (Red+Green+Blue) = 240+108+101=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C65 is #0F939A. Grayscale: #929292. Windows color (decimal): -1020827 or 6647024. OLE color: 6647024.

HSL color Cylindrical-coordinate representation of color #F06C65: hue angle of 3.02º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06C65 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 108 101 -
CMYK 0 0.55 0.58 0.06
HSL 3.02º 0.82% 0.67% -
HSV(B) 3.02º 0.58% 0.94% -
XYZ 43.65 30.19 15.84 -
YUV 146.67 102.23 194.57 -
System Red Green Blue C M Y K H S L
Decimal 240 108 101 0 0.55 0.58 0.06 3.02 0.82 0.67
Hex F0 6C 65 0 37 3A 6 3 52 43
Octal 360 154 145 0 67 72 6 3 122 103
Binary 11110000 1101100 1100101 0 110111 111010 110 11 1010010 1000011

Color Harmonies of #F06C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C65

Black with #F06C65

Text Example


Text Example

White with #F06C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C65; }

 p { color: rgb(240,108,101); }

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

background-color css

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

 a { background-color: rgb(240,108,101); }

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

border-color css

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

 span { border-color: rgb(240,108,101); }

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