Html Css Color HEX #F07464 Bittersweet

📋 copy color: '#F07464'

red 240 ◦ green 116 ◦ blue 100

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

Shades of Bittersweet #F07464

Tints of Bittersweet #F07464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.93%

R = 52.63%
G = 25.44%
B = 21.93%

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

#F07464 (or 0xF07464) is known color: Bittersweet. HEX triplet: F0, 74 and 64. RGB value is (240,116,100). Sum of RGB (Red+Green+Blue) = 240+116+100=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F07464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07464 is #0F8B9B. Grayscale: #979797. Windows color (decimal): -1018780 or 6583536. OLE color: 6583536.

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

Color convert

RGB 240 116 100 -
CMYK 0 0.52 0.58 0.06
HSL 6.86º 0.82% 0.67% -
HSV(B) 6.86º 0.58% 0.94% -
XYZ 44.48 31.94 15.88 -
YUV 151.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 240 116 100 0 0.52 0.58 0.06 6.86 0.82 0.67
Hex F0 74 64 0 34 3A 6 7 52 43
Octal 360 164 144 0 64 72 6 7 122 103
Binary 11110000 1110100 1100100 0 110100 111010 110 111 1010010 1000011

Color Harmonies of #F07464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07464

Black with #F07464

Text Example


Text Example

White with #F07464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07464; }

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

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

background-color css

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

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

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

border-color css

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

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

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