Html Css Color HEX #F07262 Bittersweet

📋 copy color: '#F07262'

red 240 ◦ green 114 ◦ blue 98

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

Shades of Bittersweet #F07262

Tints of Bittersweet #F07262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.68%

R = 53.1%
G = 25.22%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F07262 (or 0xF07262) is known color: Bittersweet. HEX triplet: F0, 72 and 62. RGB value is (240,114,98). Sum of RGB (Red+Green+Blue) = 240+114+98=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F07262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07262 is #0F8D9D. Grayscale: #969696. Windows color (decimal): -1019294 or 6451952. OLE color: 6451952.

HSL color Cylindrical-coordinate representation of color #F07262: hue angle of 6.76º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F07262 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 114 98 -
CMYK 0 0.52 0.59 0.06
HSL 6.76º 0.83% 0.66% -
HSV(B) 6.76º 0.59% 0.94% -
XYZ 44.16 31.44 15.3 -
YUV 149.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 240 114 98 0 0.52 0.59 0.06 6.76 0.83 0.66
Hex F0 72 62 0 34 3B 6 7 53 42
Octal 360 162 142 0 64 73 6 7 123 102
Binary 11110000 1110010 1100010 0 110100 111011 110 111 1010011 1000010

Color Harmonies of #F07262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07262

Black with #F07262

Text Example


Text Example

White with #F07262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07262; }

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

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

background-color css

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

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

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

border-color css

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

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

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