Html Css Color HEX #F3343C Alizarin

📋 copy color: '#F3343C'

red 243 ◦ green 52 ◦ blue 60

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

Shades of Alizarin #F3343C

Tints of Alizarin #F3343C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.65%

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

R = 68.45%
G = 14.65%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F3343C (or 0xF3343C) is known color: Alizarin. HEX triplet: F3, 34 and 3C. RGB value is (243,52,60). Sum of RGB (Red+Green+Blue) = 243+52+60=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F3343C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3343C is #0CCBC3. Grayscale: #6E6E6E. Windows color (decimal): -838596 or 3945715. OLE color: 3945715.

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

Color convert

RGB 243 52 60 -
CMYK 0 0.79 0.75 0.05
HSL 357.49º 0.89% 0.58% -
HSV(B) 357.49º 0.79% 0.95% -
XYZ 39.01 21.84 6.43 -
YUV 110.02 99.78 222.85 -
System Red Green Blue C M Y K H S L
Decimal 243 52 60 0 0.79 0.75 0.05 357.49 0.89 0.58
Hex F3 34 3C 0 4F 4B 5 165 59 3A
Octal 363 64 74 0 117 113 5 545 131 72
Binary 11110011 110100 111100 0 1001111 1001011 101 101100101 1011001 111010

Color Harmonies of #F3343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3343C

Black with #F3343C

Text Example


Text Example

White with #F3343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3343C; }

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

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

background-color css

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

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

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

border-color css

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

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

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