Html Css Color HEX #F9343B Alizarin

📋 copy color: '#F9343B'

red 249 ◦ green 52 ◦ blue 59

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

Shades of Alizarin #F9343B

Tints of Alizarin #F9343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.39%

R = 69.17%
G = 14.44%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9343B (or 0xF9343B) is known color: Alizarin. HEX triplet: F9, 34 and 3B. RGB value is (249,52,59). Sum of RGB (Red+Green+Blue) = 249+52+59=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F9343B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9343B is #06CBC4. Grayscale: #6F6F6F. Windows color (decimal): -445381 or 3880185. OLE color: 3880185.

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

Color convert

RGB 249 52 59 -
CMYK 0 0.79 0.76 0.02
HSL 357.87º 0.94% 0.59% -
HSV(B) 357.87º 0.79% 0.98% -
XYZ 41.08 22.91 6.39 -
YUV 111.7 98.27 225.93 -
System Red Green Blue C M Y K H S L
Decimal 249 52 59 0 0.79 0.76 0.02 357.87 0.94 0.59
Hex F9 34 3B 0 4F 4C 2 166 5E 3B
Octal 371 64 73 0 117 114 2 546 136 73
Binary 11111001 110100 111011 0 1001111 1001100 10 101100110 1011110 111011

Color Harmonies of #F9343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9343B

Black with #F9343B

Text Example


Text Example

White with #F9343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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