Html Css Color HEX #F9204B Amaranth

📋 copy color: '#F9204B'

red 249 ◦ green 32 ◦ blue 75

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

Shades of Amaranth #F9204B

Tints of Amaranth #F9204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.99%

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 69.94%
G = 8.99%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9204B (or 0xF9204B) is known color: Amaranth. HEX triplet: F9, 20 and 4B. RGB value is (249,32,75). Sum of RGB (Red+Green+Blue) = 249+32+75=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F9204B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9204B is #06DFB4. Grayscale: #656565. Windows color (decimal): -450485 or 4923641. OLE color: 4923641.

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

Color convert

RGB 249 32 75 -
CMYK 0 0.87 0.70 0.02
HSL 348.11º 0.95% 0.55% -
HSV(B) 348.11º 0.87% 0.98% -
XYZ 40.85 21.68 8.69 -
YUV 101.79 112.89 233 -
System Red Green Blue C M Y K H S L
Decimal 249 32 75 0 0.87 0.70 0.02 348.11 0.95 0.55
Hex F9 20 4B 0 57 46 2 15C 5F 37
Octal 371 40 113 0 127 106 2 534 137 67
Binary 11111001 100000 1001011 0 1010111 1000110 10 101011100 1011111 110111

Color Harmonies of #F9204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9204B

Black with #F9204B

Text Example


Text Example

White with #F9204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9204B; }

 p { color: rgb(249,32,75); }

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

background-color css

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

 a { background-color: rgb(249,32,75); }

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

border-color css

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

 span { border-color: rgb(249,32,75); }

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