Html Css Color HEX #F3353B Alizarin

📋 copy color: '#F3353B'

red 243 ◦ green 53 ◦ blue 59

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

Shades of Alizarin #F3353B

Tints of Alizarin #F3353B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.62%

R = 68.45%
G = 14.93%
B = 16.62%

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

#F3353B (or 0xF3353B) is known color: Alizarin. HEX triplet: F3, 35 and 3B. RGB value is (243,53,59). Sum of RGB (Red+Green+Blue) = 243+53+59=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F3353B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3353B is #0CCAC4. Grayscale: #6E6E6E. Windows color (decimal): -838341 or 3880435. OLE color: 3880435.

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

Color convert

RGB 243 53 59 -
CMYK 0 0.78 0.76 0.05
HSL 358.11º 0.89% 0.58% -
HSV(B) 358.11º 0.78% 0.95% -
XYZ 39.02 21.92 6.31 -
YUV 110.49 98.95 222.51 -
System Red Green Blue C M Y K H S L
Decimal 243 53 59 0 0.78 0.76 0.05 358.11 0.89 0.58
Hex F3 35 3B 0 4E 4C 5 166 59 3A
Octal 363 65 73 0 116 114 5 546 131 72
Binary 11110011 110101 111011 0 1001110 1001100 101 101100110 1011001 111010

Color Harmonies of #F3353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3353B

Black with #F3353B

Text Example


Text Example

White with #F3353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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