Html Css Color HEX #F6273F Alizarin

📋 copy color: '#F6273F'

red 246 ◦ green 39 ◦ blue 63

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

Shades of Alizarin #F6273F

Tints of Alizarin #F6273F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.1%

R = 70.69%
G = 11.21%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F6273F (or 0xF6273F) is known color: Alizarin. HEX triplet: F6, 27 and 3F. RGB value is (246,39,63). Sum of RGB (Red+Green+Blue) = 246+39+63=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F6273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6273F is #09D8C0. Grayscale: #676767. Windows color (decimal): -645313 or 4138998. OLE color: 4138998.

HSL color Cylindrical-coordinate representation of color #F6273F: hue angle of 353.04º 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 #F6273F is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 39 63 -
CMYK 0 0.84 0.74 0.04
HSL 353.04º 0.92% 0.56% -
HSV(B) 353.04º 0.84% 0.96% -
XYZ 39.63 21.4 6.75 -
YUV 103.63 105.08 229.55 -
System Red Green Blue C M Y K H S L
Decimal 246 39 63 0 0.84 0.74 0.04 353.04 0.92 0.56
Hex F6 27 3F 0 54 4A 4 161 5C 38
Octal 366 47 77 0 124 112 4 541 134 70
Binary 11110110 100111 111111 0 1010100 1001010 100 101100001 1011100 111000

Color Harmonies of #F6273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6273F

Black with #F6273F

Text Example


Text Example

White with #F6273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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