Html Css Color HEX #F3213F Alizarin

📋 copy color: '#F3213F'

red 243 ◦ green 33 ◦ blue 63

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

Shades of Alizarin #F3213F

Tints of Alizarin #F3213F

RGB

 RED value IS 243 (95.31% from 255) = 71.68%

 GREEN value IS 33 (13.28% from 255) = 9.73%

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

R = 71.68%
G = 9.73%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F3213F (or 0xF3213F) is known color: Alizarin. HEX triplet: F3, 21 and 3F. RGB value is (243,33,63). Sum of RGB (Red+Green+Blue) = 243+33+63=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F3213F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3213F is #0CDEC0. Grayscale: #636363. Windows color (decimal): -843457 or 4137459. OLE color: 4137459.

HSL color Cylindrical-coordinate representation of color #F3213F: hue angle of 351.43º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F3213F is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 33 63 -
CMYK 0 0.86 0.74 0.05
HSL 351.43º 0.9% 0.54% -
HSV(B) 351.43º 0.86% 0.95% -
XYZ 38.4 20.5 6.64 -
YUV 99.21 107.57 230.56 -
System Red Green Blue C M Y K H S L
Decimal 243 33 63 0 0.86 0.74 0.05 351.43 0.9 0.54
Hex F3 21 3F 0 56 4A 5 15F 5A 36
Octal 363 41 77 0 126 112 5 537 132 66
Binary 11110011 100001 111111 0 1010110 1001010 101 101011111 1011010 110110

Color Harmonies of #F3213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3213F

Black with #F3213F

Text Example


Text Example

White with #F3213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3213F; }

 p { color: rgb(243,33,63); }

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

background-color css

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

 a { background-color: rgb(243,33,63); }

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

border-color css

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

 span { border-color: rgb(243,33,63); }

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