#F06966

Color #F06966 Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #F06966

Tints of Bittersweet #F06966

Color information

#F06966 (or 0xF06966) is unknown color: approx Bittersweet. HEX triplet: F0, 69 and 66. RGB value is (240,105,102). Sum of RGB (Red+Green+Blue) = 240+105+102=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F06966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06966 is #0F9699. Grayscale: #919191. Windows color (decimal): -1021594 or 6711792. OLE color: 6711792.

HSL color Cylindrical-coordinate representation of color #F06966: hue angle of 1.3º 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 #F06966 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB240105102-
CMYK00.560.580.06
HSL1.3º82.14%67.06%-
HSV(B)1.3º57.5%94.12%-
XYZ43.3929.5915.99-
YUV145.02103.73195.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.69%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 102 (40.23% from 255) = 22.82%
R=53.69%
G=23.49%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010510200.560.580.061.382.1467.06
HexF069660383A615243
Octal3601511460707261122103
Binary11110000110100111001100111000111010110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06966; }

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

 H1.HeaderClassName
 {
   color: #F06966;
 }
 .AnyTagClassName
 {
   color: #F06966;
 }
</style>
background-color css

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

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

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

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

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

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