Html Css Color HEX #F6273C Alizarin

📋 copy color: '#F6273C'

red 246 ◦ green 39 ◦ blue 60

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

Shades of Alizarin #F6273C

Tints of Alizarin #F6273C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.39%

R = 71.3%
G = 11.3%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F6273C (or 0xF6273C) is known color: Alizarin. HEX triplet: F6, 27 and 3C. RGB value is (246,39,60). Sum of RGB (Red+Green+Blue) = 246+39+60=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F6273C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6273C is #09D8C3. Grayscale: #676767. Windows color (decimal): -645316 or 3942390. OLE color: 3942390.

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

Color convert

RGB 246 39 60 -
CMYK 0 0.84 0.76 0.04
HSL 353.91º 0.92% 0.56% -
HSV(B) 353.91º 0.84% 0.96% -
XYZ 39.55 21.37 6.32 -
YUV 103.29 103.58 229.79 -
System Red Green Blue C M Y K H S L
Decimal 246 39 60 0 0.84 0.76 0.04 353.91 0.92 0.56
Hex F6 27 3C 0 54 4C 4 162 5C 38
Octal 366 47 74 0 124 114 4 542 134 70
Binary 11110110 100111 111100 0 1010100 1001100 100 101100010 1011100 111000

Color Harmonies of #F6273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6273C

Black with #F6273C

Text Example


Text Example

White with #F6273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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