Html Css Color HEX #F6283A Alizarin

📋 copy color: '#F6283A'

red 246 ◦ green 40 ◦ blue 58

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

Shades of Alizarin #F6283A

Tints of Alizarin #F6283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

 BLUE value IS 58 (23.05% from 255) = 16.86%

R = 71.51%
G = 11.63%
B = 16.86%

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

#F6283A (or 0xF6283A) is known color: Alizarin. HEX triplet: F6, 28 and 3A. RGB value is (246,40,58). Sum of RGB (Red+Green+Blue) = 246+40+58=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F6283A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6283A is #09D7C5. Grayscale: #676767. Windows color (decimal): -645062 or 3811574. OLE color: 3811574.

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

Color convert

RGB 246 40 58 -
CMYK 0 0.84 0.76 0.04
HSL 354.76º 0.92% 0.56% -
HSV(B) 354.76º 0.84% 0.96% -
XYZ 39.53 21.42 6.05 -
YUV 103.65 102.25 229.54 -
System Red Green Blue C M Y K H S L
Decimal 246 40 58 0 0.84 0.76 0.04 354.76 0.92 0.56
Hex F6 28 3A 0 54 4C 4 163 5C 38
Octal 366 50 72 0 124 114 4 543 134 70
Binary 11110110 101000 111010 0 1010100 1001100 100 101100011 1011100 111000

Color Harmonies of #F6283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6283A

Black with #F6283A

Text Example


Text Example

White with #F6283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6283A; }

 p { color: rgb(246,40,58); }

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

background-color css

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

 a { background-color: rgb(246,40,58); }

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

border-color css

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

 span { border-color: rgb(246,40,58); }

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