Html Css Color HEX #F07765 Bittersweet

📋 copy color: '#F07765'

red 240 ◦ green 119 ◦ blue 101

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

Shades of Bittersweet #F07765

Tints of Bittersweet #F07765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.96%

R = 52.17%
G = 25.87%
B = 21.96%

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

#F07765 (or 0xF07765) is known color: Bittersweet. HEX triplet: F0, 77 and 65. RGB value is (240,119,101). Sum of RGB (Red+Green+Blue) = 240+119+101=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F07765 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07765 is #0F889A. Grayscale: #999999. Windows color (decimal): -1018011 or 6649840. OLE color: 6649840.

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

Color convert

RGB 240 119 101 -
CMYK 0 0.50 0.58 0.06
HSL 7.77º 0.82% 0.67% -
HSV(B) 7.77º 0.58% 0.94% -
XYZ 44.88 32.66 16.25 -
YUV 153.13 98.59 189.96 -
System Red Green Blue C M Y K H S L
Decimal 240 119 101 0 0.50 0.58 0.06 7.77 0.82 0.67
Hex F0 77 65 0 32 3A 6 8 52 43
Octal 360 167 145 0 62 72 6 10 122 103
Binary 11110000 1110111 1100101 0 110010 111010 110 1000 1010010 1000011

Color Harmonies of #F07765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07765

Black with #F07765

Text Example


Text Example

White with #F07765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07765; }

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

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

background-color css

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

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

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

border-color css

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

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

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