Html Css Color HEX #F17360 Bittersweet

📋 copy color: '#F17360'

red 241 ◦ green 115 ◦ blue 96

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

Shades of Bittersweet #F17360

Tints of Bittersweet #F17360

RGB

 RED value IS 241 (94.53% from 255) = 53.32%

 GREEN value IS 115 (45.31% from 255) = 25.44%

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

R = 53.32%
G = 25.44%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F17360 (or 0xF17360) is known color: Bittersweet. HEX triplet: F1, 73 and 60. RGB value is (241,115,96). Sum of RGB (Red+Green+Blue) = 241+115+96=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F17360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17360 is #0E8C9F. Grayscale: #969696. Windows color (decimal): -953504 or 6321137. OLE color: 6321137.

HSL color Cylindrical-coordinate representation of color #F17360: hue angle of 7.86º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F17360 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 115 96 -
CMYK 0 0.52 0.60 0.05
HSL 7.86º 0.84% 0.66% -
HSV(B) 7.86º 0.6% 0.95% -
XYZ 44.52 31.81 14.86 -
YUV 150.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 241 115 96 0 0.52 0.60 0.05 7.86 0.84 0.66
Hex F1 73 60 0 34 3C 5 8 54 42
Octal 361 163 140 0 64 74 5 10 124 102
Binary 11110001 1110011 1100000 0 110100 111100 101 1000 1010100 1000010

Color Harmonies of #F17360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17360

Black with #F17360

Text Example


Text Example

White with #F17360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17360; }

 p { color: rgb(241,115,96); }

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

background-color css

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

 a { background-color: rgb(241,115,96); }

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

border-color css

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

 span { border-color: rgb(241,115,96); }

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