Html Css Color HEX #F6262E Alizarin

📋 copy color: '#F6262E'

red 246 ◦ green 38 ◦ blue 46

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

Shades of Alizarin #F6262E

Tints of Alizarin #F6262E

RGB

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

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

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

R = 74.55%
G = 11.52%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6262E (or 0xF6262E) is known color: Alizarin. HEX triplet: F6, 26 and 2E. RGB value is (246,38,46). Sum of RGB (Red+Green+Blue) = 246+38+46=330 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.55% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 246 - color contains mainly: red. Hex color #F6262E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6262E is #09D9D1. Grayscale: #656565. Windows color (decimal): -645586 or 3024630. OLE color: 3024630.

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

Color convert

RGB 246 38 46 -
CMYK 0 0.85 0.81 0.04
HSL 357.69º 0.92% 0.56% -
HSV(B) 357.69º 0.85% 0.96% -
XYZ 39.19 21.18 4.61 -
YUV 101.1 96.91 231.35 -
System Red Green Blue C M Y K H S L
Decimal 246 38 46 0 0.85 0.81 0.04 357.69 0.92 0.56
Hex F6 26 2E 0 55 51 4 166 5C 38
Octal 366 46 56 0 125 121 4 546 134 70
Binary 11110110 100110 101110 0 1010101 1010001 100 101100110 1011100 111000

Color Harmonies of #F6262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6262E

Black with #F6262E

Text Example


Text Example

White with #F6262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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