Html Css Color HEX #F56362 Bittersweet

📋 copy color: '#F56362'

red 245 ◦ green 99 ◦ blue 98

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

Shades of Bittersweet #F56362

Tints of Bittersweet #F56362

RGB

 RED value IS 245 (96.09% from 255) = 55.43%

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

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

R = 55.43%
G = 22.4%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F56362 (or 0xF56362) is known color: Bittersweet. HEX triplet: F5, 63 and 62. RGB value is (245,99,98). Sum of RGB (Red+Green+Blue) = 245+99+98=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F56362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56362 is #0A9C9D. Grayscale: #8E8E8E. Windows color (decimal): -695454 or 6448117. OLE color: 6448117.

HSL color Cylindrical-coordinate representation of color #F56362: hue angle of 0.41º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56362 is Cyan = 0, Magento = 0.60, Yellow = 0.6 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 99 98 -
CMYK 0 0.60 0.6 0.04
HSL 0.41º 0.88% 0.67% -
HSV(B) 0.41º 0.6% 0.96% -
XYZ 44.32 29.22 14.86 -
YUV 142.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 245 99 98 0 0.60 0.6 0.04 0.41 0.88 0.67
Hex F5 63 62 0 3C 3C 4 0 58 43
Octal 365 143 142 0 74 74 4 0 130 103
Binary 11110101 1100011 1100010 0 111100 111100 100 0 1011000 1000011

Color Harmonies of #F56362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56362

Black with #F56362

Text Example


Text Example

White with #F56362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56362; }

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

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

background-color css

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

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

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

border-color css

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

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

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