Html Css Color HEX #F92154 Amaranth

📋 copy color: '#F92154'

red 249 ◦ green 33 ◦ blue 84

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

Shades of Amaranth #F92154

Tints of Amaranth #F92154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.02%

 BLUE value IS 84 (33.2% from 255) = 22.95%

R = 68.03%
G = 9.02%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#F92154 (or 0xF92154) is known color: Amaranth. HEX triplet: F9, 21 and 54. RGB value is (249,33,84). Sum of RGB (Red+Green+Blue) = 249+33+84=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F92154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92154 is #06DEAB. Grayscale: #676767. Windows color (decimal): -450220 or 5513721. OLE color: 5513721.

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

Color convert

RGB 249 33 84 -
CMYK 0 0.87 0.66 0.02
HSL 345.83º 0.95% 0.55% -
HSV(B) 345.83º 0.87% 0.98% -
XYZ 41.21 21.87 10.44 -
YUV 103.4 117.06 231.85 -
System Red Green Blue C M Y K H S L
Decimal 249 33 84 0 0.87 0.66 0.02 345.83 0.95 0.55
Hex F9 21 54 0 57 42 2 15A 5F 37
Octal 371 41 124 0 127 102 2 532 137 67
Binary 11111001 100001 1010100 0 1010111 1000010 10 101011010 1011111 110111

Color Harmonies of #F92154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92154

Black with #F92154

Text Example


Text Example

White with #F92154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92154; }

 p { color: rgb(249,33,84); }

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

background-color css

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

 a { background-color: rgb(249,33,84); }

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

border-color css

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

 span { border-color: rgb(249,33,84); }

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