Html Css Color HEX #F7262A Alizarin

📋 copy color: '#F7262A'

red 247 ◦ green 38 ◦ blue 42

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

Shades of Alizarin #F7262A

Tints of Alizarin #F7262A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.62%

 BLUE value IS 42 (16.8% from 255) = 12.84%

R = 75.54%
G = 11.62%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7262A (or 0xF7262A) is known color: Alizarin. HEX triplet: F7, 26 and 2A. RGB value is (247,38,42). Sum of RGB (Red+Green+Blue) = 247+38+42=327 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.54% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 247 - color contains mainly: red. Hex color #F7262A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7262A is #08D9D5. Grayscale: #656565. Windows color (decimal): -580054 or 2762487. OLE color: 2762487.

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

Color convert

RGB 247 38 42 -
CMYK 0 0.85 0.83 0.03
HSL 358.85º 0.93% 0.56% -
HSV(B) 358.85º 0.85% 0.97% -
XYZ 39.47 21.33 4.23 -
YUV 100.95 94.74 232.17 -
System Red Green Blue C M Y K H S L
Decimal 247 38 42 0 0.85 0.83 0.03 358.85 0.93 0.56
Hex F7 26 2A 0 55 53 3 167 5D 38
Octal 367 46 52 0 125 123 3 547 135 70
Binary 11110111 100110 101010 0 1010101 1010011 11 101100111 1011101 111000

Color Harmonies of #F7262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7262A

Black with #F7262A

Text Example


Text Example

White with #F7262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7262A; }

 p { color: rgb(247,38,42); }

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

background-color css

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

 a { background-color: rgb(247,38,42); }

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

border-color css

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

 span { border-color: rgb(247,38,42); }

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