Html Css Color HEX #F9264E Amaranth

📋 copy color: '#F9264E'

red 249 ◦ green 38 ◦ blue 78

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

Shades of Amaranth #F9264E

Tints of Amaranth #F9264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.41%

 BLUE value IS 78 (30.86% from 255) = 21.37%

R = 68.22%
G = 10.41%
B = 21.37%

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

#F9264E (or 0xF9264E) is known color: Amaranth. HEX triplet: F9, 26 and 4E. RGB value is (249,38,78). Sum of RGB (Red+Green+Blue) = 249+38+78=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F9264E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9264E is #06D9B1. Grayscale: #696969. Windows color (decimal): -448946 or 5121785. OLE color: 5121785.

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

Color convert

RGB 249 38 78 -
CMYK 0 0.85 0.69 0.02
HSL 348.63º 0.95% 0.56% -
HSV(B) 348.63º 0.85% 0.98% -
XYZ 41.14 22.08 9.3 -
YUV 105.65 112.4 230.25 -
System Red Green Blue C M Y K H S L
Decimal 249 38 78 0 0.85 0.69 0.02 348.63 0.95 0.56
Hex F9 26 4E 0 55 45 2 15D 5F 38
Octal 371 46 116 0 125 105 2 535 137 70
Binary 11111001 100110 1001110 0 1010101 1000101 10 101011101 1011111 111000

Color Harmonies of #F9264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9264E

Black with #F9264E

Text Example


Text Example

White with #F9264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9264E; }

 p { color: rgb(249,38,78); }

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

background-color css

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

 a { background-color: rgb(249,38,78); }

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

border-color css

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

 span { border-color: rgb(249,38,78); }

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