Html Css Color HEX #F9224B Amaranth

📋 copy color: '#F9224B'

red 249 ◦ green 34 ◦ blue 75

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

Shades of Amaranth #F9224B

Tints of Amaranth #F9224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.5%

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 69.55%
G = 9.5%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9224B (or 0xF9224B) is known color: Amaranth. HEX triplet: F9, 22 and 4B. RGB value is (249,34,75). Sum of RGB (Red+Green+Blue) = 249+34+75=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F9224B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9224B is #06DDB4. Grayscale: #676767. Windows color (decimal): -449973 or 4924153. OLE color: 4924153.

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

Color convert

RGB 249 34 75 -
CMYK 0 0.86 0.70 0.02
HSL 348.56º 0.95% 0.55% -
HSV(B) 348.56º 0.86% 0.98% -
XYZ 40.91 21.79 8.71 -
YUV 102.96 112.23 232.17 -
System Red Green Blue C M Y K H S L
Decimal 249 34 75 0 0.86 0.70 0.02 348.56 0.95 0.55
Hex F9 22 4B 0 56 46 2 15D 5F 37
Octal 371 42 113 0 126 106 2 535 137 67
Binary 11111001 100010 1001011 0 1010110 1000110 10 101011101 1011111 110111

Color Harmonies of #F9224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9224B

Black with #F9224B

Text Example


Text Example

White with #F9224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9224B; }

 p { color: rgb(249,34,75); }

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

background-color css

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

 a { background-color: rgb(249,34,75); }

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

border-color css

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

 span { border-color: rgb(249,34,75); }

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