Html Css Color HEX #F06561 Bittersweet

📋 copy color: '#F06561'

red 240 ◦ green 101 ◦ blue 97

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

Shades of Bittersweet #F06561

Tints of Bittersweet #F06561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.06%

 BLUE value IS 97 (38.28% from 255) = 22.15%

R = 54.79%
G = 23.06%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F06561 (or 0xF06561) is known color: Bittersweet. HEX triplet: F0, 65 and 61. RGB value is (240,101,97). Sum of RGB (Red+Green+Blue) = 240+101+97=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F06561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06561 is #0F9A9E. Grayscale: #8E8E8E. Windows color (decimal): -1022623 or 6383088. OLE color: 6383088.

HSL color Cylindrical-coordinate representation of color #F06561: hue angle of 1.68º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F06561 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 101 97 -
CMYK 0 0.58 0.60 0.06
HSL 1.68º 0.83% 0.66% -
HSV(B) 1.68º 0.6% 0.94% -
XYZ 42.75 28.7 14.6 -
YUV 142.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 240 101 97 0 0.58 0.60 0.06 1.68 0.83 0.66
Hex F0 65 61 0 3A 3C 6 2 53 42
Octal 360 145 141 0 72 74 6 2 123 102
Binary 11110000 1100101 1100001 0 111010 111100 110 10 1010011 1000010

Color Harmonies of #F06561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06561

Black with #F06561

Text Example


Text Example

White with #F06561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06561; }

 p { color: rgb(240,101,97); }

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

background-color css

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

 a { background-color: rgb(240,101,97); }

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

border-color css

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

 span { border-color: rgb(240,101,97); }

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