Html Css Color HEX #F06360 Bittersweet

📋 copy color: '#F06360'

red 240 ◦ green 99 ◦ blue 96

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

Shades of Bittersweet #F06360

Tints of Bittersweet #F06360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.76%

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

R = 55.17%
G = 22.76%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F06360 (or 0xF06360) is known color: Bittersweet. HEX triplet: F0, 63 and 60. RGB value is (240,99,96). Sum of RGB (Red+Green+Blue) = 240+99+96=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F06360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06360 is #0F9C9F. Grayscale: #8C8C8C. Windows color (decimal): -1023136 or 6317040. OLE color: 6317040.

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

Color convert

RGB 240 99 96 -
CMYK 0 0.59 0.6 0.06
HSL 1.25º 0.83% 0.66% -
HSV(B) 1.25º 0.6% 0.94% -
XYZ 42.51 28.29 14.29 -
YUV 140.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 240 99 96 0 0.59 0.6 0.06 1.25 0.83 0.66
Hex F0 63 60 0 3B 3C 6 1 53 42
Octal 360 143 140 0 73 74 6 1 123 102
Binary 11110000 1100011 1100000 0 111011 111100 110 1 1010011 1000010

Color Harmonies of #F06360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06360

Black with #F06360

Text Example


Text Example

White with #F06360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06360; }

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

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

background-color css

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

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

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

border-color css

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

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

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