Html Css Color HEX #F06D64 Bittersweet

📋 copy color: '#F06D64'

red 240 ◦ green 109 ◦ blue 100

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

Shades of Bittersweet #F06D64

Tints of Bittersweet #F06D64

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.28%

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

R = 53.45%
G = 24.28%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F06D64 (or 0xF06D64) is known color: Bittersweet. HEX triplet: F0, 6D and 64. RGB value is (240,109,100). Sum of RGB (Red+Green+Blue) = 240+109+100=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D64 is #0F929B. Grayscale: #939393. Windows color (decimal): -1020572 or 6581744. OLE color: 6581744.

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

Color convert

RGB 240 109 100 -
CMYK 0 0.55 0.58 0.06
HSL 3.86º 0.82% 0.67% -
HSV(B) 3.86º 0.58% 0.94% -
XYZ 43.7 30.38 15.62 -
YUV 147.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 240 109 100 0 0.55 0.58 0.06 3.86 0.82 0.67
Hex F0 6D 64 0 37 3A 6 4 52 43
Octal 360 155 144 0 67 72 6 4 122 103
Binary 11110000 1101101 1100100 0 110111 111010 110 100 1010010 1000011

Color Harmonies of #F06D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D64

Black with #F06D64

Text Example


Text Example

White with #F06D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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