Html Css Color HEX #F3243C Alizarin

📋 copy color: '#F3243C'

red 243 ◦ green 36 ◦ blue 60

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

Shades of Alizarin #F3243C

Tints of Alizarin #F3243C

RGB

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

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

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

R = 71.68%
G = 10.62%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F3243C (or 0xF3243C) is known color: Alizarin. HEX triplet: F3, 24 and 3C. RGB value is (243,36,60). Sum of RGB (Red+Green+Blue) = 243+36+60=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F3243C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3243C is #0CDBC3. Grayscale: #646464. Windows color (decimal): -842692 or 3941619. OLE color: 3941619.

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

Color convert

RGB 243 36 60 -
CMYK 0 0.85 0.75 0.05
HSL 353.04º 0.9% 0.55% -
HSV(B) 353.04º 0.85% 0.95% -
XYZ 38.41 20.64 6.24 -
YUV 100.63 105.08 229.55 -
System Red Green Blue C M Y K H S L
Decimal 243 36 60 0 0.85 0.75 0.05 353.04 0.9 0.55
Hex F3 24 3C 0 55 4B 5 161 5A 37
Octal 363 44 74 0 125 113 5 541 132 67
Binary 11110011 100100 111100 0 1010101 1001011 101 101100001 1011010 110111

Color Harmonies of #F3243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3243C

Black with #F3243C

Text Example


Text Example

White with #F3243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3243C; }

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

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

background-color css

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

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

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

border-color css

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

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

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