Html Css Color HEX #F9214C Amaranth

📋 copy color: '#F9214C'

red 249 ◦ green 33 ◦ blue 76

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

Shades of Amaranth #F9214C

Tints of Amaranth #F9214C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.22%

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

R = 69.55%
G = 9.22%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9214C (or 0xF9214C) is known color: Amaranth. HEX triplet: F9, 21 and 4C. RGB value is (249,33,76). Sum of RGB (Red+Green+Blue) = 249+33+76=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F9214C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9214C is #06DEB3. Grayscale: #666666. Windows color (decimal): -450228 or 4989433. OLE color: 4989433.

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

Color convert

RGB 249 33 76 -
CMYK 0 0.87 0.69 0.02
HSL 348.06º 0.95% 0.55% -
HSV(B) 348.06º 0.87% 0.98% -
XYZ 40.92 21.75 8.88 -
YUV 102.49 113.06 232.5 -
System Red Green Blue C M Y K H S L
Decimal 249 33 76 0 0.87 0.69 0.02 348.06 0.95 0.55
Hex F9 21 4C 0 57 45 2 15C 5F 37
Octal 371 41 114 0 127 105 2 534 137 67
Binary 11111001 100001 1001100 0 1010111 1000101 10 101011100 1011111 110111

Color Harmonies of #F9214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9214C

Black with #F9214C

Text Example


Text Example

White with #F9214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9214C; }

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

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

background-color css

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

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

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

border-color css

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

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

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