Html Css Color HEX #F9292F Alizarin

📋 copy color: '#F9292F'

red 249 ◦ green 41 ◦ blue 47

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

Shades of Alizarin #F9292F

Tints of Alizarin #F9292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.17%

 BLUE value IS 47 (18.75% from 255) = 13.95%

R = 73.89%
G = 12.17%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F9292F (or 0xF9292F) is known color: Alizarin. HEX triplet: F9, 29 and 2F. RGB value is (249,41,47). Sum of RGB (Red+Green+Blue) = 249+41+47=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F9292F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9292F is #06D6D0. Grayscale: #686868. Windows color (decimal): -448209 or 3090937. OLE color: 3090937.

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

Color convert

RGB 249 41 47 -
CMYK 0 0.84 0.81 0.02
HSL 358.27º 0.95% 0.57% -
HSV(B) 358.27º 0.84% 0.98% -
XYZ 40.37 21.93 4.79 -
YUV 103.88 95.91 231.51 -
System Red Green Blue C M Y K H S L
Decimal 249 41 47 0 0.84 0.81 0.02 358.27 0.95 0.57
Hex F9 29 2F 0 54 51 2 166 5F 39
Octal 371 51 57 0 124 121 2 546 137 71
Binary 11111001 101001 101111 0 1010100 1010001 10 101100110 1011111 111001

Color Harmonies of #F9292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9292F

Black with #F9292F

Text Example


Text Example

White with #F9292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9292F; }

 p { color: rgb(249,41,47); }

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

background-color css

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

 a { background-color: rgb(249,41,47); }

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

border-color css

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

 span { border-color: rgb(249,41,47); }

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