Html Css Color HEX #F9343A Alizarin

📋 copy color: '#F9343A'

red 249 ◦ green 52 ◦ blue 58

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

Shades of Alizarin #F9343A

Tints of Alizarin #F9343A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.48%

 BLUE value IS 58 (23.05% from 255) = 16.16%

R = 69.36%
G = 14.48%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F9343A (or 0xF9343A) is known color: Alizarin. HEX triplet: F9, 34 and 3A. RGB value is (249,52,58). Sum of RGB (Red+Green+Blue) = 249+52+58=359 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.36% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 249 - color contains mainly: red. Hex color #F9343A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9343A is #06CBC5. Grayscale: #6F6F6F. Windows color (decimal): -445382 or 3814649. OLE color: 3814649.

HSL color Cylindrical-coordinate representation of color #F9343A: hue angle of 358.17º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F9343A is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 52 58 -
CMYK 0 0.79 0.77 0.02
HSL 358.17º 0.94% 0.59% -
HSV(B) 358.17º 0.79% 0.98% -
XYZ 41.06 22.9 6.26 -
YUV 111.59 97.77 226.01 -
System Red Green Blue C M Y K H S L
Decimal 249 52 58 0 0.79 0.77 0.02 358.17 0.94 0.59
Hex F9 34 3A 0 4F 4D 2 166 5E 3B
Octal 371 64 72 0 117 115 2 546 136 73
Binary 11111001 110100 111010 0 1001111 1001101 10 101100110 1011110 111011

Color Harmonies of #F9343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9343A

Black with #F9343A

Text Example


Text Example

White with #F9343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9343A; }

 p { color: rgb(249,52,58); }

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

background-color css

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

 a { background-color: rgb(249,52,58); }

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

border-color css

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

 span { border-color: rgb(249,52,58); }

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