Html Css Color HEX #FA313F Alizarin

📋 copy color: '#FA313F'

red 250 ◦ green 49 ◦ blue 63

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

Shades of Alizarin #FA313F

Tints of Alizarin #FA313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.54%

 BLUE value IS 63 (25% from 255) = 17.4%

R = 69.06%
G = 13.54%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA313F (or 0xFA313F) is known color: Alizarin. HEX triplet: FA, 31 and 3F. RGB value is (250,49,63). Sum of RGB (Red+Green+Blue) = 250+49+63=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA313F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA313F is #05CEC0. Grayscale: #6E6E6E. Windows color (decimal): -380609 or 4141562. OLE color: 4141562.

HSL color Cylindrical-coordinate representation of color #FA313F: hue angle of 355.82º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA313F is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 49 63 -
CMYK 0 0.80 0.75 0.02
HSL 355.82º 0.95% 0.59% -
HSV(B) 355.82º 0.8% 0.98% -
XYZ 41.42 22.88 6.94 -
YUV 110.7 101.09 227.36 -
System Red Green Blue C M Y K H S L
Decimal 250 49 63 0 0.80 0.75 0.02 355.82 0.95 0.59
Hex FA 31 3F 0 50 4B 2 164 5F 3B
Octal 372 61 77 0 120 113 2 544 137 73
Binary 11111010 110001 111111 0 1010000 1001011 10 101100100 1011111 111011

Color Harmonies of #FA313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA313F

Black with #FA313F

Text Example


Text Example

White with #FA313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA313F; }

 p { color: rgb(250,49,63); }

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

background-color css

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

 a { background-color: rgb(250,49,63); }

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

border-color css

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

 span { border-color: rgb(250,49,63); }

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