Html Css Color HEX #F3353C Alizarin

📋 copy color: '#F3353C'

red 243 ◦ green 53 ◦ blue 60

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

Shades of Alizarin #F3353C

Tints of Alizarin #F3353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.89%

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

R = 68.26%
G = 14.89%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F3353C (or 0xF3353C) is known color: Alizarin. HEX triplet: F3, 35 and 3C. RGB value is (243,53,60). Sum of RGB (Red+Green+Blue) = 243+53+60=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F3353C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3353C is #0CCAC3. Grayscale: #6E6E6E. Windows color (decimal): -838340 or 3945971. OLE color: 3945971.

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

Color convert

RGB 243 53 60 -
CMYK 0 0.78 0.75 0.05
HSL 357.79º 0.89% 0.58% -
HSV(B) 357.79º 0.78% 0.95% -
XYZ 39.05 21.93 6.45 -
YUV 110.61 99.45 222.43 -
System Red Green Blue C M Y K H S L
Decimal 243 53 60 0 0.78 0.75 0.05 357.79 0.89 0.58
Hex F3 35 3C 0 4E 4B 5 166 59 3A
Octal 363 65 74 0 116 113 5 546 131 72
Binary 11110011 110101 111100 0 1001110 1001011 101 101100110 1011001 111010

Color Harmonies of #F3353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3353C

Black with #F3353C

Text Example


Text Example

White with #F3353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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