Html Css Color HEX #F9274A Amaranth

📋 copy color: '#F9274A'

red 249 ◦ green 39 ◦ blue 74

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

Shades of Amaranth #F9274A

Tints of Amaranth #F9274A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 68.78%
G = 10.77%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9274A (or 0xF9274A) is known color: Amaranth. HEX triplet: F9, 27 and 4A. RGB value is (249,39,74). Sum of RGB (Red+Green+Blue) = 249+39+74=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F9274A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9274A is #06D8B5. Grayscale: #696969. Windows color (decimal): -448694 or 4859897. OLE color: 4859897.

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

Color convert

RGB 249 39 74 -
CMYK 0 0.84 0.70 0.02
HSL 350º 0.95% 0.56% -
HSV(B) 350º 0.84% 0.98% -
XYZ 41.03 22.09 8.58 -
YUV 105.78 110.07 230.15 -
System Red Green Blue C M Y K H S L
Decimal 249 39 74 0 0.84 0.70 0.02 350 0.95 0.56
Hex F9 27 4A 0 54 46 2 15E 5F 38
Octal 371 47 112 0 124 106 2 536 137 70
Binary 11111001 100111 1001010 0 1010100 1000110 10 101011110 1011111 111000

Color Harmonies of #F9274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9274A

Black with #F9274A

Text Example


Text Example

White with #F9274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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