Html Css Color HEX #F6272E Alizarin

📋 copy color: '#F6272E'

red 246 ◦ green 39 ◦ blue 46

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

Shades of Alizarin #F6272E

Tints of Alizarin #F6272E

RGB

 RED value IS 246 (96.48% from 255) = 74.32%

 GREEN value IS 39 (15.63% from 255) = 11.78%

 BLUE value IS 46 (18.36% from 255) = 13.9%

R = 74.32%
G = 11.78%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6272E (or 0xF6272E) is known color: Alizarin. HEX triplet: F6, 27 and 2E. RGB value is (246,39,46). Sum of RGB (Red+Green+Blue) = 246+39+46=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F6272E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6272E is #09D8D1. Grayscale: #656565. Windows color (decimal): -645330 or 3024886. OLE color: 3024886.

HSL color Cylindrical-coordinate representation of color #F6272E: hue angle of 357.97º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F6272E is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 39 46 -
CMYK 0 0.84 0.81 0.04
HSL 357.97º 0.92% 0.56% -
HSV(B) 357.97º 0.84% 0.96% -
XYZ 39.22 21.24 4.62 -
YUV 101.69 96.58 230.93 -
System Red Green Blue C M Y K H S L
Decimal 246 39 46 0 0.84 0.81 0.04 357.97 0.92 0.56
Hex F6 27 2E 0 54 51 4 166 5C 38
Octal 366 47 56 0 124 121 4 546 134 70
Binary 11110110 100111 101110 0 1010100 1010001 100 101100110 1011100 111000

Color Harmonies of #F6272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6272E

Black with #F6272E

Text Example


Text Example

White with #F6272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6272E; }

 p { color: rgb(246,39,46); }

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

background-color css

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

 a { background-color: rgb(246,39,46); }

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

border-color css

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

 span { border-color: rgb(246,39,46); }

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