Html Css Color HEX #F07462 Bittersweet

📋 copy color: '#F07462'

red 240 ◦ green 116 ◦ blue 98

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

Shades of Bittersweet #F07462

Tints of Bittersweet #F07462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.55%

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

R = 52.86%
G = 25.55%
B = 21.59%

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

#F07462 (or 0xF07462) is known color: Bittersweet. HEX triplet: F0, 74 and 62. RGB value is (240,116,98). Sum of RGB (Red+Green+Blue) = 240+116+98=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F07462 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07462 is #0F8B9D. Grayscale: #979797. Windows color (decimal): -1018782 or 6452464. OLE color: 6452464.

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

Color convert

RGB 240 116 98 -
CMYK 0 0.52 0.59 0.06
HSL 7.61º 0.83% 0.66% -
HSV(B) 7.61º 0.59% 0.94% -
XYZ 44.39 31.9 15.37 -
YUV 151.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 240 116 98 0 0.52 0.59 0.06 7.61 0.83 0.66
Hex F0 74 62 0 34 3B 6 8 53 42
Octal 360 164 142 0 64 73 6 10 123 102
Binary 11110000 1110100 1100010 0 110100 111011 110 1000 1010011 1000010

Color Harmonies of #F07462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07462

Black with #F07462

Text Example


Text Example

White with #F07462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07462; }

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

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

background-color css

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

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

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

border-color css

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

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

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