Html Css Color HEX #F16363 Bittersweet

📋 copy color: '#F16363'

red 241 ◦ green 99 ◦ blue 99

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

Shades of Bittersweet #F16363

Tints of Bittersweet #F16363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.55%

R = 54.9%
G = 22.55%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F16363 (or 0xF16363) is known color: Bittersweet. HEX triplet: F1, 63 and 63. RGB value is (241,99,99). Sum of RGB (Red+Green+Blue) = 241+99+99=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F16363 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16363 is #0E9C9C. Grayscale: #8D8D8D. Windows color (decimal): -957597 or 6513649. OLE color: 6513649.

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

Color convert

RGB 241 99 99 -
CMYK 0 0.59 0.59 0.05
HSL 0.84% 0.67% -
HSV(B) 0.59% 0.95% -
XYZ 42.99 28.53 15.04 -
YUV 141.46 104.04 199 -
System Red Green Blue C M Y K H S L
Decimal 241 99 99 0 0.59 0.59 0.05 0 0.84 0.67
Hex F1 63 63 0 3B 3B 5 0 54 43
Octal 361 143 143 0 73 73 5 0 124 103
Binary 11110001 1100011 1100011 0 111011 111011 101 0 1010100 1000011

Color Harmonies of #F16363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16363

Black with #F16363

Text Example


Text Example

White with #F16363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16363; }

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

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

background-color css

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

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

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

border-color css

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

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

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