Html Css Color HEX #FA393F Alizarin

📋 copy color: '#FA393F'

red 250 ◦ green 57 ◦ blue 63

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

Shades of Alizarin #FA393F

Tints of Alizarin #FA393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.41%

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

R = 67.57%
G = 15.41%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA393F (or 0xFA393F) is known color: Alizarin. HEX triplet: FA, 39 and 3F. RGB value is (250,57,63). Sum of RGB (Red+Green+Blue) = 250+57+63=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA393F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA393F is #05C6C0. Grayscale: #737373. Windows color (decimal): -378561 or 4143610. OLE color: 4143610.

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

Color convert

RGB 250 57 63 -
CMYK 0 0.77 0.75 0.02
HSL 358.13º 0.95% 0.6% -
HSV(B) 358.13º 0.77% 0.98% -
XYZ 41.78 23.61 7.06 -
YUV 115.39 98.44 224.01 -
System Red Green Blue C M Y K H S L
Decimal 250 57 63 0 0.77 0.75 0.02 358.13 0.95 0.6
Hex FA 39 3F 0 4D 4B 2 166 5F 3C
Octal 372 71 77 0 115 113 2 546 137 74
Binary 11111010 111001 111111 0 1001101 1001011 10 101100110 1011111 111100

Color Harmonies of #FA393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA393F

Black with #FA393F

Text Example


Text Example

White with #FA393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA393F; }

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

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

background-color css

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

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

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

border-color css

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

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

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