Html Css Color HEX #F07366 Bittersweet

📋 copy color: '#F07366'

red 240 ◦ green 115 ◦ blue 102

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

Shades of Bittersweet #F07366

Tints of Bittersweet #F07366

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.16%

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

R = 52.52%
G = 25.16%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07366 (or 0xF07366) is known color: Bittersweet. HEX triplet: F0, 73 and 66. RGB value is (240,115,102). Sum of RGB (Red+Green+Blue) = 240+115+102=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F07366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07366 is #0F8C99. Grayscale: #979797. Windows color (decimal): -1019034 or 6714352. OLE color: 6714352.

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

Color convert

RGB 240 115 102 -
CMYK 0 0.52 0.58 0.06
HSL 5.65º 0.82% 0.67% -
HSV(B) 5.65º 0.58% 0.94% -
XYZ 44.46 31.75 16.35 -
YUV 150.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 240 115 102 0 0.52 0.58 0.06 5.65 0.82 0.67
Hex F0 73 66 0 34 3A 6 6 52 43
Octal 360 163 146 0 64 72 6 6 122 103
Binary 11110000 1110011 1100110 0 110100 111010 110 110 1010010 1000011

Color Harmonies of #F07366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07366

Black with #F07366

Text Example


Text Example

White with #F07366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07366; }

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

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

background-color css

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

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

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

border-color css

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

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

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