Html Css Color HEX #F07564 Bittersweet

📋 copy color: '#F07564'

red 240 ◦ green 117 ◦ blue 100

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

Shades of Bittersweet #F07564

Tints of Bittersweet #F07564

RGB

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

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

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

R = 52.52%
G = 25.6%
B = 21.88%

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

#F07564 (or 0xF07564) is known color: Bittersweet. HEX triplet: F0, 75 and 64. RGB value is (240,117,100). Sum of RGB (Red+Green+Blue) = 240+117+100=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F07564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07564 is #0F8A9B. Grayscale: #989898. Windows color (decimal): -1018524 or 6583792. OLE color: 6583792.

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

Color convert

RGB 240 117 100 -
CMYK 0 0.51 0.58 0.06
HSL 7.29º 0.82% 0.67% -
HSV(B) 7.29º 0.58% 0.94% -
XYZ 44.6 32.17 15.92 -
YUV 151.84 98.75 190.88 -
System Red Green Blue C M Y K H S L
Decimal 240 117 100 0 0.51 0.58 0.06 7.29 0.82 0.67
Hex F0 75 64 0 33 3A 6 7 52 43
Octal 360 165 144 0 63 72 6 7 122 103
Binary 11110000 1110101 1100100 0 110011 111010 110 111 1010010 1000011

Color Harmonies of #F07564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07564

Black with #F07564

Text Example


Text Example

White with #F07564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07564; }

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

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

background-color css

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

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

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

border-color css

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

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

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