Html Css Color HEX #FA2A3F Alizarin

📋 copy color: '#FA2A3F'

red 250 ◦ green 42 ◦ blue 63

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

Shades of Alizarin #FA2A3F

Tints of Alizarin #FA2A3F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.83%

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

R = 70.42%
G = 11.83%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA2A3F (or 0xFA2A3F) is known color: Alizarin. HEX triplet: FA, 2A and 3F. RGB value is (250,42,63). Sum of RGB (Red+Green+Blue) = 250+42+63=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2A3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2A3F is #05D5C0. Grayscale: #6A6A6A. Windows color (decimal): -382401 or 4139770. OLE color: 4139770.

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

Color convert

RGB 250 42 63 -
CMYK 0 0.83 0.75 0.02
HSL 353.94º 0.95% 0.57% -
HSV(B) 353.94º 0.83% 0.98% -
XYZ 41.15 22.34 6.85 -
YUV 106.59 103.41 230.29 -
System Red Green Blue C M Y K H S L
Decimal 250 42 63 0 0.83 0.75 0.02 353.94 0.95 0.57
Hex FA 2A 3F 0 53 4B 2 162 5F 39
Octal 372 52 77 0 123 113 2 542 137 71
Binary 11111010 101010 111111 0 1010011 1001011 10 101100010 1011111 111001

Color Harmonies of #FA2A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2A3F

Black with #FA2A3F

Text Example


Text Example

White with #FA2A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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