Html Css Color HEX #F07865 Bittersweet

📋 copy color: '#F07865'

red 240 ◦ green 120 ◦ blue 101

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

Shades of Bittersweet #F07865

Tints of Bittersweet #F07865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.03%

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

R = 52.06%
G = 26.03%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07865 (or 0xF07865) is known color: Bittersweet. HEX triplet: F0, 78 and 65. RGB value is (240,120,101). Sum of RGB (Red+Green+Blue) = 240+120+101=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F07865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07865 is #0F879A. Grayscale: #999999. Windows color (decimal): -1017755 or 6650096. OLE color: 6650096.

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

Color convert

RGB 240 120 101 -
CMYK 0 0.5 0.58 0.06
HSL 8.2º 0.82% 0.67% -
HSV(B) 8.2º 0.58% 0.94% -
XYZ 45 32.9 16.29 -
YUV 153.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 240 120 101 0 0.5 0.58 0.06 8.2 0.82 0.67
Hex F0 78 65 0 32 3A 6 8 52 43
Octal 360 170 145 0 62 72 6 10 122 103
Binary 11110000 1111000 1100101 0 110010 111010 110 1000 1010010 1000011

Color Harmonies of #F07865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07865

Black with #F07865

Text Example


Text Example

White with #F07865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07865; }

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

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

background-color css

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

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

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

border-color css

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

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

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