Html Css Color HEX #F92351 Amaranth

📋 copy color: '#F92351'

red 249 ◦ green 35 ◦ blue 81

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

Shades of Amaranth #F92351

Tints of Amaranth #F92351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.59%

 BLUE value IS 81 (32.03% from 255) = 22.19%

R = 68.22%
G = 9.59%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F92351 (or 0xF92351) is known color: Amaranth. HEX triplet: F9, 23 and 51. RGB value is (249,35,81). Sum of RGB (Red+Green+Blue) = 249+35+81=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F92351 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92351 is #06DCAE. Grayscale: #686868. Windows color (decimal): -449711 or 5317625. OLE color: 5317625.

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

Color convert

RGB 249 35 81 -
CMYK 0 0.86 0.67 0.02
HSL 347.1º 0.95% 0.56% -
HSV(B) 347.1º 0.86% 0.98% -
XYZ 41.15 21.94 9.85 -
YUV 104.23 114.9 231.26 -
System Red Green Blue C M Y K H S L
Decimal 249 35 81 0 0.86 0.67 0.02 347.1 0.95 0.56
Hex F9 23 51 0 56 43 2 15B 5F 38
Octal 371 43 121 0 126 103 2 533 137 70
Binary 11111001 100011 1010001 0 1010110 1000011 10 101011011 1011111 111000

Color Harmonies of #F92351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92351

Black with #F92351

Text Example


Text Example

White with #F92351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92351; }

 p { color: rgb(249,35,81); }

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

background-color css

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

 a { background-color: rgb(249,35,81); }

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

border-color css

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

 span { border-color: rgb(249,35,81); }

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