Html Css Color HEX #F3213C Alizarin

📋 copy color: '#F3213C'

red 243 ◦ green 33 ◦ blue 60

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

Shades of Alizarin #F3213C

Tints of Alizarin #F3213C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.86%

R = 72.32%
G = 9.82%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F3213C (or 0xF3213C) is known color: Alizarin. HEX triplet: F3, 21 and 3C. RGB value is (243,33,60). Sum of RGB (Red+Green+Blue) = 243+33+60=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F3213C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3213C is #0CDEC3. Grayscale: #626262. Windows color (decimal): -843460 or 3940851. OLE color: 3940851.

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

Color convert

RGB 243 33 60 -
CMYK 0 0.86 0.75 0.05
HSL 352.29º 0.9% 0.54% -
HSV(B) 352.29º 0.86% 0.95% -
XYZ 38.32 20.47 6.21 -
YUV 98.87 106.07 230.8 -
System Red Green Blue C M Y K H S L
Decimal 243 33 60 0 0.86 0.75 0.05 352.29 0.9 0.54
Hex F3 21 3C 0 56 4B 5 160 5A 36
Octal 363 41 74 0 126 113 5 540 132 66
Binary 11110011 100001 111100 0 1010110 1001011 101 101100000 1011010 110110

Color Harmonies of #F3213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3213C

Black with #F3213C

Text Example


Text Example

White with #F3213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3213C; }

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

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

background-color css

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

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

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

border-color css

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

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

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