Html Css Color HEX #F9274C Amaranth

📋 copy color: '#F9274C'

red 249 ◦ green 39 ◦ blue 76

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

Shades of Amaranth #F9274C

Tints of Amaranth #F9274C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.88%

R = 68.41%
G = 10.71%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9274C (or 0xF9274C) is known color: Amaranth. HEX triplet: F9, 27 and 4C. RGB value is (249,39,76). Sum of RGB (Red+Green+Blue) = 249+39+76=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F9274C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9274C is #06D8B3. Grayscale: #6A6A6A. Windows color (decimal): -448692 or 4990969. OLE color: 4990969.

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

Color convert

RGB 249 39 76 -
CMYK 0 0.84 0.69 0.02
HSL 349.43º 0.95% 0.56% -
HSV(B) 349.43º 0.84% 0.98% -
XYZ 41.1 22.11 8.94 -
YUV 106.01 111.07 229.99 -
System Red Green Blue C M Y K H S L
Decimal 249 39 76 0 0.84 0.69 0.02 349.43 0.95 0.56
Hex F9 27 4C 0 54 45 2 15D 5F 38
Octal 371 47 114 0 124 105 2 535 137 70
Binary 11111001 100111 1001100 0 1010100 1000101 10 101011101 1011111 111000

Color Harmonies of #F9274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9274C

Black with #F9274C

Text Example


Text Example

White with #F9274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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