Html Css Color HEX #F6243F Alizarin

📋 copy color: '#F6243F'

red 246 ◦ green 36 ◦ blue 63

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

Shades of Alizarin #F6243F

Tints of Alizarin #F6243F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.43%

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

R = 71.3%
G = 10.43%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F6243F (or 0xF6243F) is known color: Alizarin. HEX triplet: F6, 24 and 3F. RGB value is (246,36,63). Sum of RGB (Red+Green+Blue) = 246+36+63=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F6243F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6243F is #09DBC0. Grayscale: #656565. Windows color (decimal): -646081 or 4138230. OLE color: 4138230.

HSL color Cylindrical-coordinate representation of color #F6243F: hue angle of 352.29º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6243F is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 36 63 -
CMYK 0 0.85 0.74 0.04
HSL 352.29º 0.92% 0.55% -
HSV(B) 352.29º 0.85% 0.96% -
XYZ 39.53 21.21 6.71 -
YUV 101.87 106.07 230.8 -
System Red Green Blue C M Y K H S L
Decimal 246 36 63 0 0.85 0.74 0.04 352.29 0.92 0.55
Hex F6 24 3F 0 55 4A 4 160 5C 37
Octal 366 44 77 0 125 112 4 540 134 67
Binary 11110110 100100 111111 0 1010101 1001010 100 101100000 1011100 110111

Color Harmonies of #F6243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6243F

Black with #F6243F

Text Example


Text Example

White with #F6243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6243F; }

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

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

background-color css

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

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

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

border-color css

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

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

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