Html Css Color HEX #F07165 Bittersweet

📋 copy color: '#F07165'

red 240 ◦ green 113 ◦ blue 101

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

Shades of Bittersweet #F07165

Tints of Bittersweet #F07165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.89%

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

R = 52.86%
G = 24.89%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07165 (or 0xF07165) is known color: Bittersweet. HEX triplet: F0, 71 and 65. RGB value is (240,113,101). Sum of RGB (Red+Green+Blue) = 240+113+101=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F07165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07165 is #0F8E9A. Grayscale: #959595. Windows color (decimal): -1019547 or 6648304. OLE color: 6648304.

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

Color convert

RGB 240 113 101 -
CMYK 0 0.53 0.58 0.06
HSL 5.18º 0.82% 0.67% -
HSV(B) 5.18º 0.58% 0.94% -
XYZ 44.19 31.28 16.02 -
YUV 149.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 240 113 101 0 0.53 0.58 0.06 5.18 0.82 0.67
Hex F0 71 65 0 35 3A 6 5 52 43
Octal 360 161 145 0 65 72 6 5 122 103
Binary 11110000 1110001 1100101 0 110101 111010 110 101 1010010 1000011

Color Harmonies of #F07165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07165

Black with #F07165

Text Example


Text Example

White with #F07165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07165; }

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

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

background-color css

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

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

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

border-color css

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

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

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