Html Css Color HEX #F3353A Alizarin

📋 copy color: '#F3353A'

red 243 ◦ green 53 ◦ blue 58

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

Shades of Alizarin #F3353A

Tints of Alizarin #F3353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.38%

R = 68.64%
G = 14.97%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F3353A (or 0xF3353A) is known color: Alizarin. HEX triplet: F3, 35 and 3A. RGB value is (243,53,58). Sum of RGB (Red+Green+Blue) = 243+53+58=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F3353A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3353A is #0CCAC5. Grayscale: #6E6E6E. Windows color (decimal): -838342 or 3814899. OLE color: 3814899.

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

Color convert

RGB 243 53 58 -
CMYK 0 0.78 0.76 0.05
HSL 358.42º 0.89% 0.58% -
HSV(B) 358.42º 0.78% 0.95% -
XYZ 39 21.91 6.18 -
YUV 110.38 98.45 222.59 -
System Red Green Blue C M Y K H S L
Decimal 243 53 58 0 0.78 0.76 0.05 358.42 0.89 0.58
Hex F3 35 3A 0 4E 4C 5 166 59 3A
Octal 363 65 72 0 116 114 5 546 131 72
Binary 11110011 110101 111010 0 1001110 1001100 101 101100110 1011001 111010

Color Harmonies of #F3353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3353A

Black with #F3353A

Text Example


Text Example

White with #F3353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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