Html Css Color HEX #F6283E Alizarin

📋 copy color: '#F6283E'

red 246 ◦ green 40 ◦ blue 62

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

Shades of Alizarin #F6283E

Tints of Alizarin #F6283E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.82%

R = 70.69%
G = 11.49%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F6283E (or 0xF6283E) is known color: Alizarin. HEX triplet: F6, 28 and 3E. RGB value is (246,40,62). Sum of RGB (Red+Green+Blue) = 246+40+62=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F6283E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6283E is #09D7C1. Grayscale: #686868. Windows color (decimal): -645058 or 4073718. OLE color: 4073718.

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

Color convert

RGB 246 40 62 -
CMYK 0 0.84 0.75 0.04
HSL 353.59º 0.92% 0.56% -
HSV(B) 353.59º 0.84% 0.96% -
XYZ 39.63 21.46 6.61 -
YUV 104.1 104.25 229.21 -
System Red Green Blue C M Y K H S L
Decimal 246 40 62 0 0.84 0.75 0.04 353.59 0.92 0.56
Hex F6 28 3E 0 54 4B 4 162 5C 38
Octal 366 50 76 0 124 113 4 542 134 70
Binary 11110110 101000 111110 0 1010100 1001011 100 101100010 1011100 111000

Color Harmonies of #F6283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6283E

Black with #F6283E

Text Example


Text Example

White with #F6283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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