Html Css Color HEX #F3253C Alizarin

📋 copy color: '#F3253C'

red 243 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #F3253C

Tints of Alizarin #F3253C

RGB

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

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

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

R = 71.47%
G = 10.88%
B = 17.65%

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

#F3253C (or 0xF3253C) is known color: Alizarin. HEX triplet: F3, 25 and 3C. RGB value is (243,37,60). Sum of RGB (Red+Green+Blue) = 243+37+60=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F3253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3253C is #0CDAC3. Grayscale: #656565. Windows color (decimal): -842436 or 3941875. OLE color: 3941875.

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

Color convert

RGB 243 37 60 -
CMYK 0 0.85 0.75 0.05
HSL 353.3º 0.9% 0.55% -
HSV(B) 353.3º 0.85% 0.95% -
XYZ 38.44 20.7 6.25 -
YUV 101.22 104.75 229.13 -
System Red Green Blue C M Y K H S L
Decimal 243 37 60 0 0.85 0.75 0.05 353.3 0.9 0.55
Hex F3 25 3C 0 55 4B 5 161 5A 37
Octal 363 45 74 0 125 113 5 541 132 67
Binary 11110011 100101 111100 0 1010101 1001011 101 101100001 1011010 110111

Color Harmonies of #F3253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3253C

Black with #F3253C

Text Example


Text Example

White with #F3253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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