Html Css Color HEX #F06460 Bittersweet

📋 copy color: '#F06460'

red 240 ◦ green 100 ◦ blue 96

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

Shades of Bittersweet #F06460

Tints of Bittersweet #F06460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.02%

R = 55.05%
G = 22.94%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F06460 (or 0xF06460) is known color: Bittersweet. HEX triplet: F0, 64 and 60. RGB value is (240,100,96). Sum of RGB (Red+Green+Blue) = 240+100+96=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F06460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06460 is #0F9B9F. Grayscale: #8D8D8D. Windows color (decimal): -1022880 or 6317296. OLE color: 6317296.

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

Color convert

RGB 240 100 96 -
CMYK 0 0.58 0.6 0.06
HSL 1.67º 0.83% 0.66% -
HSV(B) 1.67º 0.6% 0.94% -
XYZ 42.6 28.48 14.32 -
YUV 141.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 240 100 96 0 0.58 0.6 0.06 1.67 0.83 0.66
Hex F0 64 60 0 3A 3C 6 2 53 42
Octal 360 144 140 0 72 74 6 2 123 102
Binary 11110000 1100100 1100000 0 111010 111100 110 10 1010011 1000010

Color Harmonies of #F06460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06460

Black with #F06460

Text Example


Text Example

White with #F06460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06460; }

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

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

background-color css

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

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

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

border-color css

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

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

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