Html Css Color HEX #F92055 Amaranth

📋 copy color: '#F92055'

red 249 ◦ green 32 ◦ blue 85

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

Shades of Amaranth #F92055

Tints of Amaranth #F92055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.74%

 BLUE value IS 85 (33.59% from 255) = 23.22%

R = 68.03%
G = 8.74%
B = 23.22%

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

#F92055 (or 0xF92055) is known color: Amaranth. HEX triplet: F9, 20 and 55. RGB value is (249,32,85). Sum of RGB (Red+Green+Blue) = 249+32+85=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F92055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92055 is #06DFAA. Grayscale: #666666. Windows color (decimal): -450475 or 5579001. OLE color: 5579001.

HSL color Cylindrical-coordinate representation of color #F92055: hue angle of 345.35º 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 #F92055 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 32 85 -
CMYK 0 0.87 0.66 0.02
HSL 345.35º 0.95% 0.55% -
HSV(B) 345.35º 0.87% 0.98% -
XYZ 41.22 21.83 10.63 -
YUV 102.93 117.89 232.19 -
System Red Green Blue C M Y K H S L
Decimal 249 32 85 0 0.87 0.66 0.02 345.35 0.95 0.55
Hex F9 20 55 0 57 42 2 159 5F 37
Octal 371 40 125 0 127 102 2 531 137 67
Binary 11111001 100000 1010101 0 1010111 1000010 10 101011001 1011111 110111

Color Harmonies of #F92055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92055

Black with #F92055

Text Example


Text Example

White with #F92055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92055; }

 p { color: rgb(249,32,85); }

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

background-color css

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

 a { background-color: rgb(249,32,85); }

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

border-color css

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

 span { border-color: rgb(249,32,85); }

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