Html Css Color HEX #F92748 Amaranth

📋 copy color: '#F92748'

red 249 ◦ green 39 ◦ blue 72

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

Shades of Amaranth #F92748

Tints of Amaranth #F92748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.83%

 BLUE value IS 72 (28.52% from 255) = 20%

R = 69.17%
G = 10.83%
B = 20%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F92748 (or 0xF92748) is known color: Amaranth. HEX triplet: F9, 27 and 48. RGB value is (249,39,72). Sum of RGB (Red+Green+Blue) = 249+39+72=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F92748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92748 is #06D8B7. Grayscale: #696969. Windows color (decimal): -448696 or 4728825. OLE color: 4728825.

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

Color convert

RGB 249 39 72 -
CMYK 0 0.84 0.71 0.02
HSL 350.57º 0.95% 0.56% -
HSV(B) 350.57º 0.84% 0.98% -
XYZ 40.96 22.06 8.23 -
YUV 105.55 109.07 230.32 -
System Red Green Blue C M Y K H S L
Decimal 249 39 72 0 0.84 0.71 0.02 350.57 0.95 0.56
Hex F9 27 48 0 54 47 2 15F 5F 38
Octal 371 47 110 0 124 107 2 537 137 70
Binary 11111001 100111 1001000 0 1010100 1000111 10 101011111 1011111 111000

Color Harmonies of #F92748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92748

Black with #F92748

Text Example


Text Example

White with #F92748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92748; }

 p { color: rgb(249,39,72); }

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

background-color css

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

 a { background-color: rgb(249,39,72); }

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

border-color css

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

 span { border-color: rgb(249,39,72); }

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