Html Css Color HEX #F96360 Bittersweet

📋 copy color: '#F96360'

red 249 ◦ green 99 ◦ blue 96

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

Shades of Bittersweet #F96360

Tints of Bittersweet #F96360

RGB

 RED value IS 249 (97.66% from 255) = 56.08%

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

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

R = 56.08%
G = 22.3%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F96360 (or 0xF96360) is known color: Bittersweet. HEX triplet: F9, 63 and 60. RGB value is (249,99,96). Sum of RGB (Red+Green+Blue) = 249+99+96=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F96360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96360 is #069C9F. Grayscale: #8F8F8F. Windows color (decimal): -433312 or 6317049. OLE color: 6317049.

HSL color Cylindrical-coordinate representation of color #F96360: hue angle of 1.18º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F96360 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 99 96 -
CMYK 0 0.60 0.61 0.02
HSL 1.18º 0.93% 0.68% -
HSV(B) 1.18º 0.61% 0.98% -
XYZ 45.64 29.91 14.43 -
YUV 143.51 101.2 203.24 -
System Red Green Blue C M Y K H S L
Decimal 249 99 96 0 0.60 0.61 0.02 1.18 0.93 0.68
Hex F9 63 60 0 3C 3D 2 1 5D 44
Octal 371 143 140 0 74 75 2 1 135 104
Binary 11111001 1100011 1100000 0 111100 111101 10 1 1011101 1000100

Color Harmonies of #F96360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96360

Black with #F96360

Text Example


Text Example

White with #F96360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96360; }

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

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

background-color css

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

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

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

border-color css

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

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

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