Html Css Color HEX #F07064 Bittersweet

📋 copy color: '#F07064'

red 240 ◦ green 112 ◦ blue 100

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

Shades of Bittersweet #F07064

Tints of Bittersweet #F07064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.78%

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

R = 53.1%
G = 24.78%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07064 (or 0xF07064) is known color: Bittersweet. HEX triplet: F0, 70 and 64. RGB value is (240,112,100). Sum of RGB (Red+Green+Blue) = 240+112+100=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F07064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07064 is #0F8F9B. Grayscale: #959595. Windows color (decimal): -1019804 or 6582512. OLE color: 6582512.

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

Color convert

RGB 240 112 100 -
CMYK 0 0.53 0.58 0.06
HSL 5.14º 0.82% 0.67% -
HSV(B) 5.14º 0.58% 0.94% -
XYZ 44.03 31.03 15.73 -
YUV 148.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 240 112 100 0 0.53 0.58 0.06 5.14 0.82 0.67
Hex F0 70 64 0 35 3A 6 5 52 43
Octal 360 160 144 0 65 72 6 5 122 103
Binary 11110000 1110000 1100100 0 110101 111010 110 101 1010010 1000011

Color Harmonies of #F07064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07064

Black with #F07064

Text Example


Text Example

White with #F07064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07064; }

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

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

background-color css

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

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

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

border-color css

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

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

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