Html Css Color HEX #F92650 Amaranth

📋 copy color: '#F92650'

red 249 ◦ green 38 ◦ blue 80

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

Shades of Amaranth #F92650

Tints of Amaranth #F92650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.35%

 BLUE value IS 80 (31.64% from 255) = 21.8%

R = 67.85%
G = 10.35%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F92650 (or 0xF92650) is known color: Amaranth. HEX triplet: F9, 26 and 50. RGB value is (249,38,80). Sum of RGB (Red+Green+Blue) = 249+38+80=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F92650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92650 is #06D9AF. Grayscale: #696969. Windows color (decimal): -448944 or 5252857. OLE color: 5252857.

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

Color convert

RGB 249 38 80 -
CMYK 0 0.85 0.68 0.02
HSL 348.06º 0.95% 0.56% -
HSV(B) 348.06º 0.85% 0.98% -
XYZ 41.21 22.11 9.68 -
YUV 105.88 113.4 230.08 -
System Red Green Blue C M Y K H S L
Decimal 249 38 80 0 0.85 0.68 0.02 348.06 0.95 0.56
Hex F9 26 50 0 55 44 2 15C 5F 38
Octal 371 46 120 0 125 104 2 534 137 70
Binary 11111001 100110 1010000 0 1010101 1000100 10 101011100 1011111 111000

Color Harmonies of #F92650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92650

Black with #F92650

Text Example


Text Example

White with #F92650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92650; }

 p { color: rgb(249,38,80); }

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

background-color css

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

 a { background-color: rgb(249,38,80); }

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

border-color css

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

 span { border-color: rgb(249,38,80); }

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