Html Css Color HEX #F07565 Bittersweet

📋 copy color: '#F07565'

red 240 ◦ green 117 ◦ blue 101

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

Shades of Bittersweet #F07565

Tints of Bittersweet #F07565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.55%

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

R = 52.4%
G = 25.55%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07565 (or 0xF07565) is known color: Bittersweet. HEX triplet: F0, 75 and 65. RGB value is (240,117,101). Sum of RGB (Red+Green+Blue) = 240+117+101=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F07565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07565 is #0F8A9A. Grayscale: #989898. Windows color (decimal): -1018523 or 6649328. OLE color: 6649328.

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

Color convert

RGB 240 117 101 -
CMYK 0 0.51 0.58 0.06
HSL 6.91º 0.82% 0.67% -
HSV(B) 6.91º 0.58% 0.94% -
XYZ 44.65 32.19 16.17 -
YUV 151.95 99.25 190.8 -
System Red Green Blue C M Y K H S L
Decimal 240 117 101 0 0.51 0.58 0.06 6.91 0.82 0.67
Hex F0 75 65 0 33 3A 6 7 52 43
Octal 360 165 145 0 63 72 6 7 122 103
Binary 11110000 1110101 1100101 0 110011 111010 110 111 1010010 1000011

Color Harmonies of #F07565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07565

Black with #F07565

Text Example


Text Example

White with #F07565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07565; }

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

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

background-color css

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

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

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

border-color css

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

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

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