Html Css Color HEX #F91853 Amaranth

📋 copy color: '#F91853'

red 249 ◦ green 24 ◦ blue 83

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

Shades of Amaranth #F91853

Tints of Amaranth #F91853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.74%

 BLUE value IS 83 (32.81% from 255) = 23.31%

R = 69.94%
G = 6.74%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F91853 (or 0xF91853) is known color: Amaranth. HEX triplet: F9, 18 and 53. RGB value is (249,24,83). Sum of RGB (Red+Green+Blue) = 249+24+83=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F91853 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91853 is #06E7AC. Grayscale: #616161. Windows color (decimal): -452525 or 5445881. OLE color: 5445881.

HSL color Cylindrical-coordinate representation of color #F91853: hue angle of 344.27º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91853 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 24 83 -
CMYK 0 0.90 0.67 0.02
HSL 344.27º 0.95% 0.54% -
HSV(B) 344.27º 0.9% 0.98% -
XYZ 40.95 21.42 10.16 -
YUV 98 119.54 235.7 -
System Red Green Blue C M Y K H S L
Decimal 249 24 83 0 0.90 0.67 0.02 344.27 0.95 0.54
Hex F9 18 53 0 5A 43 2 158 5F 36
Octal 371 30 123 0 132 103 2 530 137 66
Binary 11111001 11000 1010011 0 1011010 1000011 10 101011000 1011111 110110

Color Harmonies of #F91853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91853

Black with #F91853

Text Example


Text Example

White with #F91853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91853; }

 p { color: rgb(249,24,83); }

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

background-color css

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

 a { background-color: rgb(249,24,83); }

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

border-color css

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

 span { border-color: rgb(249,24,83); }

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