Html Css Color HEX #F6283B Alizarin

📋 copy color: '#F6283B'

red 246 ◦ green 40 ◦ blue 59

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

Shades of Alizarin #F6283B

Tints of Alizarin #F6283B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.1%

R = 71.3%
G = 11.59%
B = 17.1%

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

#F6283B (or 0xF6283B) is known color: Alizarin. HEX triplet: F6, 28 and 3B. RGB value is (246,40,59). Sum of RGB (Red+Green+Blue) = 246+40+59=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F6283B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6283B is #09D7C4. Grayscale: #676767. Windows color (decimal): -645061 or 3877110. OLE color: 3877110.

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

Color convert

RGB 246 40 59 -
CMYK 0 0.84 0.76 0.04
HSL 354.47º 0.92% 0.56% -
HSV(B) 354.47º 0.84% 0.96% -
XYZ 39.55 21.43 6.19 -
YUV 103.76 102.75 229.46 -
System Red Green Blue C M Y K H S L
Decimal 246 40 59 0 0.84 0.76 0.04 354.47 0.92 0.56
Hex F6 28 3B 0 54 4C 4 162 5C 38
Octal 366 50 73 0 124 114 4 542 134 70
Binary 11110110 101000 111011 0 1010100 1001100 100 101100010 1011100 111000

Color Harmonies of #F6283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6283B

Black with #F6283B

Text Example


Text Example

White with #F6283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6283B; }

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

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

background-color css

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

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

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

border-color css

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

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

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