Html Css Color HEX #F7293A Alizarin

📋 copy color: '#F7293A'

red 247 ◦ green 41 ◦ blue 58

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

Shades of Alizarin #F7293A

Tints of Alizarin #F7293A

RGB

 RED value IS 247 (96.88% from 255) = 71.39%

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

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

R = 71.39%
G = 11.85%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F7293A (or 0xF7293A) is known color: Alizarin. HEX triplet: F7, 29 and 3A. RGB value is (247,41,58). Sum of RGB (Red+Green+Blue) = 247+41+58=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F7293A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7293A is #08D6C5. Grayscale: #686868. Windows color (decimal): -579270 or 3811831. OLE color: 3811831.

HSL color Cylindrical-coordinate representation of color #F7293A: hue angle of 355.05º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F7293A is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 41 58 -
CMYK 0 0.83 0.77 0.03
HSL 355.05º 0.93% 0.56% -
HSV(B) 355.05º 0.83% 0.97% -
XYZ 39.91 21.67 6.08 -
YUV 104.53 101.75 229.62 -
System Red Green Blue C M Y K H S L
Decimal 247 41 58 0 0.83 0.77 0.03 355.05 0.93 0.56
Hex F7 29 3A 0 53 4D 3 163 5D 38
Octal 367 51 72 0 123 115 3 543 135 70
Binary 11110111 101001 111010 0 1010011 1001101 11 101100011 1011101 111000

Color Harmonies of #F7293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7293A

Black with #F7293A

Text Example


Text Example

White with #F7293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7293A; }

 p { color: rgb(247,41,58); }

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

background-color css

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

 a { background-color: rgb(247,41,58); }

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

border-color css

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

 span { border-color: rgb(247,41,58); }

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