Html Css Color HEX #F92551 Amaranth

📋 copy color: '#F92551'

red 249 ◦ green 37 ◦ blue 81

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

Shades of Amaranth #F92551

Tints of Amaranth #F92551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.08%

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

R = 67.85%
G = 10.08%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F92551 (or 0xF92551) is known color: Amaranth. HEX triplet: F9, 25 and 51. RGB value is (249,37,81). Sum of RGB (Red+Green+Blue) = 249+37+81=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F92551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92551 is #06DAAE. Grayscale: #696969. Windows color (decimal): -449199 or 5318137. OLE color: 5318137.

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

Color convert

RGB 249 37 81 -
CMYK 0 0.85 0.67 0.02
HSL 347.55º 0.95% 0.56% -
HSV(B) 347.55º 0.85% 0.98% -
XYZ 41.21 22.06 9.87 -
YUV 105.4 114.24 230.42 -
System Red Green Blue C M Y K H S L
Decimal 249 37 81 0 0.85 0.67 0.02 347.55 0.95 0.56
Hex F9 25 51 0 55 43 2 15C 5F 38
Octal 371 45 121 0 125 103 2 534 137 70
Binary 11111001 100101 1010001 0 1010101 1000011 10 101011100 1011111 111000

Color Harmonies of #F92551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92551

Black with #F92551

Text Example


Text Example

White with #F92551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92551; }

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

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

background-color css

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

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

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

border-color css

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

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

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