Html Css Color HEX #F3313C Alizarin

📋 copy color: '#F3313C'

red 243 ◦ green 49 ◦ blue 60

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

Shades of Alizarin #F3313C

Tints of Alizarin #F3313C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.92%

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

R = 69.03%
G = 13.92%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F3313C (or 0xF3313C) is known color: Alizarin. HEX triplet: F3, 31 and 3C. RGB value is (243,49,60). Sum of RGB (Red+Green+Blue) = 243+49+60=352 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.03% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 243 - color contains mainly: red. Hex color #F3313C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3313C is #0CCEC3. Grayscale: #6C6C6C. Windows color (decimal): -839364 or 3944947. OLE color: 3944947.

HSL color Cylindrical-coordinate representation of color #F3313C: hue angle of 356.6º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3313C is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 49 60 -
CMYK 0 0.80 0.75 0.05
HSL 356.6º 0.89% 0.57% -
HSV(B) 356.6º 0.8% 0.95% -
XYZ 38.88 21.58 6.39 -
YUV 108.26 100.77 224.11 -
System Red Green Blue C M Y K H S L
Decimal 243 49 60 0 0.80 0.75 0.05 356.6 0.89 0.57
Hex F3 31 3C 0 50 4B 5 165 59 39
Octal 363 61 74 0 120 113 5 545 131 71
Binary 11110011 110001 111100 0 1010000 1001011 101 101100101 1011001 111001

Color Harmonies of #F3313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3313C

Black with #F3313C

Text Example


Text Example

White with #F3313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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