Html Css Color HEX #F06461 Bittersweet

📋 copy color: '#F06461'

red 240 ◦ green 100 ◦ blue 97

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

Shades of Bittersweet #F06461

Tints of Bittersweet #F06461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.88%

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

R = 54.92%
G = 22.88%
B = 22.2%

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

#F06461 (or 0xF06461) is known color: Bittersweet. HEX triplet: F0, 64 and 61. RGB value is (240,100,97). Sum of RGB (Red+Green+Blue) = 240+100+97=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F06461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06461 is #0F9B9E. Grayscale: #8D8D8D. Windows color (decimal): -1022879 or 6382832. OLE color: 6382832.

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

Color convert

RGB 240 100 97 -
CMYK 0 0.58 0.60 0.06
HSL 1.26º 0.83% 0.66% -
HSV(B) 1.26º 0.6% 0.94% -
XYZ 42.65 28.5 14.56 -
YUV 141.52 102.88 198.24 -
System Red Green Blue C M Y K H S L
Decimal 240 100 97 0 0.58 0.60 0.06 1.26 0.83 0.66
Hex F0 64 61 0 3A 3C 6 1 53 42
Octal 360 144 141 0 72 74 6 1 123 102
Binary 11110000 1100100 1100001 0 111010 111100 110 1 1010011 1000010

Color Harmonies of #F06461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06461

Black with #F06461

Text Example


Text Example

White with #F06461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06461; }

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

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

background-color css

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

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

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

border-color css

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

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

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