Html Css Color HEX #F06860 Bittersweet

📋 copy color: '#F06860'

red 240 ◦ green 104 ◦ blue 96

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

Shades of Bittersweet #F06860

Tints of Bittersweet #F06860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.64%

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

R = 54.55%
G = 23.64%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F06860 (or 0xF06860) is known color: Bittersweet. HEX triplet: F0, 68 and 60. RGB value is (240,104,96). Sum of RGB (Red+Green+Blue) = 240+104+96=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F06860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06860 is #0F979F. Grayscale: #8F8F8F. Windows color (decimal): -1021856 or 6318320. OLE color: 6318320.

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

Color convert

RGB 240 104 96 -
CMYK 0 0.57 0.6 0.06
HSL 3.33º 0.83% 0.66% -
HSV(B) 3.33º 0.6% 0.94% -
XYZ 43 29.27 14.45 -
YUV 143.75 101.06 196.65 -
System Red Green Blue C M Y K H S L
Decimal 240 104 96 0 0.57 0.6 0.06 3.33 0.83 0.66
Hex F0 68 60 0 39 3C 6 3 53 42
Octal 360 150 140 0 71 74 6 3 123 102
Binary 11110000 1101000 1100000 0 111001 111100 110 11 1010011 1000010

Color Harmonies of #F06860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06860

Black with #F06860

Text Example


Text Example

White with #F06860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06860; }

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

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

background-color css

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

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

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

border-color css

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

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

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