Html Css Color HEX #F6283F Alizarin

📋 copy color: '#F6283F'

red 246 ◦ green 40 ◦ blue 63

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

Shades of Alizarin #F6283F

Tints of Alizarin #F6283F

RGB

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

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

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

R = 70.49%
G = 11.46%
B = 18.05%

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

#F6283F (or 0xF6283F) is known color: Alizarin. HEX triplet: F6, 28 and 3F. RGB value is (246,40,63). Sum of RGB (Red+Green+Blue) = 246+40+63=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F6283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6283F is #09D7C0. Grayscale: #686868. Windows color (decimal): -645057 or 4139254. OLE color: 4139254.

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

Color convert

RGB 246 40 63 -
CMYK 0 0.84 0.74 0.04
HSL 353.3º 0.92% 0.56% -
HSV(B) 353.3º 0.84% 0.96% -
XYZ 39.66 21.47 6.76 -
YUV 104.22 104.75 229.13 -
System Red Green Blue C M Y K H S L
Decimal 246 40 63 0 0.84 0.74 0.04 353.3 0.92 0.56
Hex F6 28 3F 0 54 4A 4 161 5C 38
Octal 366 50 77 0 124 112 4 541 134 70
Binary 11110110 101000 111111 0 1010100 1001010 100 101100001 1011100 111000

Color Harmonies of #F6283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6283F

Black with #F6283F

Text Example


Text Example

White with #F6283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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