Html Css Color HEX #F06B68 Bittersweet

📋 copy color: '#F06B68'

red 240 ◦ green 107 ◦ blue 104

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

Shades of Bittersweet #F06B68

Tints of Bittersweet #F06B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.73%

 BLUE value IS 104 (41.02% from 255) = 23.06%

R = 53.22%
G = 23.73%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F06B68 (or 0xF06B68) is known color: Bittersweet. HEX triplet: F0, 6B and 68. RGB value is (240,107,104). Sum of RGB (Red+Green+Blue) = 240+107+104=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06B68 is #0F9497. Grayscale: #929292. Windows color (decimal): -1021080 or 6843376. OLE color: 6843376.

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

Color convert

RGB 240 107 104 -
CMYK 0 0.55 0.57 0.06
HSL 1.32º 0.82% 0.67% -
HSV(B) 1.32º 0.57% 0.94% -
XYZ 43.69 30.04 16.59 -
YUV 146.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 240 107 104 0 0.55 0.57 0.06 1.32 0.82 0.67
Hex F0 6B 68 0 37 39 6 1 52 43
Octal 360 153 150 0 67 71 6 1 122 103
Binary 11110000 1101011 1101000 0 110111 111001 110 1 1010010 1000011

Color Harmonies of #F06B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06B68

Black with #F06B68

Text Example


Text Example

White with #F06B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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