Html Css Color HEX #F9254C Amaranth

📋 copy color: '#F9254C'

red 249 ◦ green 37 ◦ blue 76

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

Shades of Amaranth #F9254C

Tints of Amaranth #F9254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.22%

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

R = 68.78%
G = 10.22%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9254C (or 0xF9254C) is known color: Amaranth. HEX triplet: F9, 25 and 4C. RGB value is (249,37,76). Sum of RGB (Red+Green+Blue) = 249+37+76=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F9254C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9254C is #06DAB3. Grayscale: #686868. Windows color (decimal): -449204 or 4990457. OLE color: 4990457.

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

Color convert

RGB 249 37 76 -
CMYK 0 0.85 0.69 0.02
HSL 348.96º 0.95% 0.56% -
HSV(B) 348.96º 0.85% 0.98% -
XYZ 41.03 21.98 8.92 -
YUV 104.83 111.74 230.83 -
System Red Green Blue C M Y K H S L
Decimal 249 37 76 0 0.85 0.69 0.02 348.96 0.95 0.56
Hex F9 25 4C 0 55 45 2 15D 5F 38
Octal 371 45 114 0 125 105 2 535 137 70
Binary 11111001 100101 1001100 0 1010101 1000101 10 101011101 1011111 111000

Color Harmonies of #F9254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9254C

Black with #F9254C

Text Example


Text Example

White with #F9254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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