Html Css Color HEX #F07265 Bittersweet

📋 copy color: '#F07265'

red 240 ◦ green 114 ◦ blue 101

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

Shades of Bittersweet #F07265

Tints of Bittersweet #F07265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.05%

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

R = 52.75%
G = 25.05%
B = 22.2%

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

#F07265 (or 0xF07265) is known color: Bittersweet. HEX triplet: F0, 72 and 65. RGB value is (240,114,101). Sum of RGB (Red+Green+Blue) = 240+114+101=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F07265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07265 is #0F8D9A. Grayscale: #969696. Windows color (decimal): -1019291 or 6648560. OLE color: 6648560.

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

Color convert

RGB 240 114 101 -
CMYK 0 0.52 0.58 0.06
HSL 5.61º 0.82% 0.67% -
HSV(B) 5.61º 0.58% 0.94% -
XYZ 44.3 31.5 16.06 -
YUV 150.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 240 114 101 0 0.52 0.58 0.06 5.61 0.82 0.67
Hex F0 72 65 0 34 3A 6 6 52 43
Octal 360 162 145 0 64 72 6 6 122 103
Binary 11110000 1110010 1100101 0 110100 111010 110 110 1010010 1000011

Color Harmonies of #F07265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07265

Black with #F07265

Text Example


Text Example

White with #F07265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07265; }

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

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

background-color css

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

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

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

border-color css

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

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

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