Html Css Color HEX #F96362 Bittersweet

📋 copy color: '#F96362'

red 249 ◦ green 99 ◦ blue 98

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

Shades of Bittersweet #F96362

Tints of Bittersweet #F96362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.97%

R = 55.83%
G = 22.2%
B = 21.97%

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

#F96362 (or 0xF96362) is known color: Bittersweet. HEX triplet: F9, 63 and 62. RGB value is (249,99,98). Sum of RGB (Red+Green+Blue) = 249+99+98=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F96362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96362 is #069C9D. Grayscale: #8F8F8F. Windows color (decimal): -433310 or 6448121. OLE color: 6448121.

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

Color convert

RGB 249 99 98 -
CMYK 0 0.60 0.61 0.02
HSL 0.4º 0.93% 0.68% -
HSV(B) 0.4º 0.61% 0.98% -
XYZ 45.73 29.95 14.92 -
YUV 143.74 102.2 203.08 -
System Red Green Blue C M Y K H S L
Decimal 249 99 98 0 0.60 0.61 0.02 0.4 0.93 0.68
Hex F9 63 62 0 3C 3D 2 0 5D 44
Octal 371 143 142 0 74 75 2 0 135 104
Binary 11111001 1100011 1100010 0 111100 111101 10 0 1011101 1000100

Color Harmonies of #F96362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96362

Black with #F96362

Text Example


Text Example

White with #F96362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96362; }

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

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

background-color css

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

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

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

border-color css

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

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

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