Html Css Color HEX #F07766 Bittersweet

📋 copy color: '#F07766'

red 240 ◦ green 119 ◦ blue 102

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

Shades of Bittersweet #F07766

Tints of Bittersweet #F07766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.81%

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

R = 52.06%
G = 25.81%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07766 (or 0xF07766) is known color: Bittersweet. HEX triplet: F0, 77 and 66. RGB value is (240,119,102). Sum of RGB (Red+Green+Blue) = 240+119+102=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F07766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07766 is #0F8899. Grayscale: #999999. Windows color (decimal): -1018010 or 6715376. OLE color: 6715376.

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

Color convert

RGB 240 119 102 -
CMYK 0 0.50 0.58 0.06
HSL 7.39º 0.82% 0.67% -
HSV(B) 7.39º 0.58% 0.94% -
XYZ 44.93 32.68 16.51 -
YUV 153.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 240 119 102 0 0.50 0.58 0.06 7.39 0.82 0.67
Hex F0 77 66 0 32 3A 6 7 52 43
Octal 360 167 146 0 62 72 6 7 122 103
Binary 11110000 1110111 1100110 0 110010 111010 110 111 1010010 1000011

Color Harmonies of #F07766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07766

Black with #F07766

Text Example


Text Example

White with #F07766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07766; }

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

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

background-color css

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

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

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

border-color css

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

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

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