Html Css Color HEX #F9234C Amaranth

📋 copy color: '#F9234C'

red 249 ◦ green 35 ◦ blue 76

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

Shades of Amaranth #F9234C

Tints of Amaranth #F9234C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.72%

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

R = 69.17%
G = 9.72%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9234C (or 0xF9234C) is known color: Amaranth. HEX triplet: F9, 23 and 4C. RGB value is (249,35,76). Sum of RGB (Red+Green+Blue) = 249+35+76=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F9234C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9234C is #06DCB3. Grayscale: #676767. Windows color (decimal): -449716 or 4989945. OLE color: 4989945.

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

Color convert

RGB 249 35 76 -
CMYK 0 0.86 0.69 0.02
HSL 348.5º 0.95% 0.56% -
HSV(B) 348.5º 0.86% 0.98% -
XYZ 40.97 21.86 8.9 -
YUV 103.66 112.4 231.67 -
System Red Green Blue C M Y K H S L
Decimal 249 35 76 0 0.86 0.69 0.02 348.5 0.95 0.56
Hex F9 23 4C 0 56 45 2 15D 5F 38
Octal 371 43 114 0 126 105 2 535 137 70
Binary 11111001 100011 1001100 0 1010110 1000101 10 101011101 1011111 111000

Color Harmonies of #F9234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9234C

Black with #F9234C

Text Example


Text Example

White with #F9234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9234C; }

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

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

background-color css

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

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

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

border-color css

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

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

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