Html Css Color HEX #FA363C Alizarin

📋 copy color: '#FA363C'

red 250 ◦ green 54 ◦ blue 60

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

Shades of Alizarin #FA363C

Tints of Alizarin #FA363C

RGB

 RED value IS 250 (98.05% from 255) = 68.68%

 GREEN value IS 54 (21.48% from 255) = 14.84%

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

R = 68.68%
G = 14.84%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA363C (or 0xFA363C) is known color: Alizarin. HEX triplet: FA, 36 and 3C. RGB value is (250,54,60). Sum of RGB (Red+Green+Blue) = 250+54+60=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA363C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA363C is #05C9C3. Grayscale: #717171. Windows color (decimal): -379332 or 3946234. OLE color: 3946234.

HSL color Cylindrical-coordinate representation of color #FA363C: hue angle of 358.16º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA363C is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 54 60 -
CMYK 0 0.78 0.76 0.02
HSL 358.16º 0.95% 0.6% -
HSV(B) 358.16º 0.78% 0.98% -
XYZ 41.56 23.29 6.58 -
YUV 113.29 97.93 225.51 -
System Red Green Blue C M Y K H S L
Decimal 250 54 60 0 0.78 0.76 0.02 358.16 0.95 0.6
Hex FA 36 3C 0 4E 4C 2 166 5F 3C
Octal 372 66 74 0 116 114 2 546 137 74
Binary 11111010 110110 111100 0 1001110 1001100 10 101100110 1011111 111100

Color Harmonies of #FA363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA363C

Black with #FA363C

Text Example


Text Example

White with #FA363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA363C; }

 p { color: rgb(250,54,60); }

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

background-color css

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

 a { background-color: rgb(250,54,60); }

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

border-color css

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

 span { border-color: rgb(250,54,60); }

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