Html Css Color HEX #F3253A Alizarin

📋 copy color: '#F3253A'

red 243 ◦ green 37 ◦ blue 58

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

Shades of Alizarin #F3253A

Tints of Alizarin #F3253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.95%

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

R = 71.89%
G = 10.95%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F3253A (or 0xF3253A) is known color: Alizarin. HEX triplet: F3, 25 and 3A. RGB value is (243,37,58). Sum of RGB (Red+Green+Blue) = 243+37+58=338 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.89% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 243 - color contains mainly: red. Hex color #F3253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3253A is #0CDAC5. Grayscale: #656565. Windows color (decimal): -842438 or 3810803. OLE color: 3810803.

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

Color convert

RGB 243 37 58 -
CMYK 0 0.85 0.76 0.05
HSL 353.88º 0.9% 0.55% -
HSV(B) 353.88º 0.85% 0.95% -
XYZ 38.39 20.68 5.97 -
YUV 100.99 103.75 229.29 -
System Red Green Blue C M Y K H S L
Decimal 243 37 58 0 0.85 0.76 0.05 353.88 0.9 0.55
Hex F3 25 3A 0 55 4C 5 162 5A 37
Octal 363 45 72 0 125 114 5 542 132 67
Binary 11110011 100101 111010 0 1010101 1001100 101 101100010 1011010 110111

Color Harmonies of #F3253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3253A

Black with #F3253A

Text Example


Text Example

White with #F3253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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