Html Css Color HEX #FA2B3F Alizarin

📋 copy color: '#FA2B3F'

red 250 ◦ green 43 ◦ blue 63

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

Shades of Alizarin #FA2B3F

Tints of Alizarin #FA2B3F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.08%

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

R = 70.22%
G = 12.08%
B = 17.7%

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

#FA2B3F (or 0xFA2B3F) is known color: Alizarin. HEX triplet: FA, 2B and 3F. RGB value is (250,43,63). Sum of RGB (Red+Green+Blue) = 250+43+63=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2B3F is #05D4C0. Grayscale: #6B6B6B. Windows color (decimal): -382145 or 4140026. OLE color: 4140026.

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

Color convert

RGB 250 43 63 -
CMYK 0 0.83 0.75 0.02
HSL 354.2º 0.95% 0.57% -
HSV(B) 354.2º 0.83% 0.98% -
XYZ 41.19 22.41 6.86 -
YUV 107.17 103.08 229.87 -
System Red Green Blue C M Y K H S L
Decimal 250 43 63 0 0.83 0.75 0.02 354.2 0.95 0.57
Hex FA 2B 3F 0 53 4B 2 162 5F 39
Octal 372 53 77 0 123 113 2 542 137 71
Binary 11111010 101011 111111 0 1010011 1001011 10 101100010 1011111 111001

Color Harmonies of #FA2B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B3F

Black with #FA2B3F

Text Example


Text Example

White with #FA2B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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