Html Css Color HEX #F06D66 Bittersweet

📋 copy color: '#F06D66'

red 240 ◦ green 109 ◦ blue 102

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

Shades of Bittersweet #F06D66

Tints of Bittersweet #F06D66

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.17%

 BLUE value IS 102 (40.23% from 255) = 22.62%

R = 53.22%
G = 24.17%
B = 22.62%

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

#F06D66 (or 0xF06D66) is known color: Bittersweet. HEX triplet: F0, 6D and 66. RGB value is (240,109,102). Sum of RGB (Red+Green+Blue) = 240+109+102=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D66 is #0F9299. Grayscale: #939393. Windows color (decimal): -1020570 or 6712816. OLE color: 6712816.

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

Color convert

RGB 240 109 102 -
CMYK 0 0.55 0.58 0.06
HSL 3.04º 0.82% 0.67% -
HSV(B) 3.04º 0.58% 0.94% -
XYZ 43.8 30.42 16.13 -
YUV 147.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 240 109 102 0 0.55 0.58 0.06 3.04 0.82 0.67
Hex F0 6D 66 0 37 3A 6 3 52 43
Octal 360 155 146 0 67 72 6 3 122 103
Binary 11110000 1101101 1100110 0 110111 111010 110 11 1010010 1000011

Color Harmonies of #F06D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D66

Black with #F06D66

Text Example


Text Example

White with #F06D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D66; }

 p { color: rgb(240,109,102); }

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

background-color css

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

 a { background-color: rgb(240,109,102); }

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

border-color css

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

 span { border-color: rgb(240,109,102); }

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