Html Css Color HEX #F16358 Bittersweet

📋 copy color: '#F16358'

red 241 ◦ green 99 ◦ blue 88

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

Shades of Bittersweet #F16358

Tints of Bittersweet #F16358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.56%

R = 56.31%
G = 23.13%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F16358 (or 0xF16358) is known color: Bittersweet. HEX triplet: F1, 63 and 58. RGB value is (241,99,88). Sum of RGB (Red+Green+Blue) = 241+99+88=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F16358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16358 is #0E9CA7. Grayscale: #8C8C8C. Windows color (decimal): -957608 or 5792753. OLE color: 5792753.

HSL color Cylindrical-coordinate representation of color #F16358: hue angle of 4.31º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F16358 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 99 88 -
CMYK 0 0.59 0.63 0.05
HSL 4.31º 0.85% 0.65% -
HSV(B) 4.31º 0.63% 0.95% -
XYZ 42.5 28.33 12.46 -
YUV 140.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 241 99 88 0 0.59 0.63 0.05 4.31 0.85 0.65
Hex F1 63 58 0 3B 3F 5 4 55 41
Octal 361 143 130 0 73 77 5 4 125 101
Binary 11110001 1100011 1011000 0 111011 111111 101 100 1010101 1000001

Color Harmonies of #F16358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16358

Black with #F16358

Text Example


Text Example

White with #F16358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16358; }

 p { color: rgb(241,99,88); }

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

background-color css

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

 a { background-color: rgb(241,99,88); }

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

border-color css

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

 span { border-color: rgb(241,99,88); }

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