Html Css Color HEX #FA2B3E Alizarin

📋 copy color: '#FA2B3E'

red 250 ◦ green 43 ◦ blue 62

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

Shades of Alizarin #FA2B3E

Tints of Alizarin #FA2B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.46%

R = 70.42%
G = 12.11%
B = 17.46%

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

#FA2B3E (or 0xFA2B3E) is known color: Alizarin. HEX triplet: FA, 2B and 3E. RGB value is (250,43,62). Sum of RGB (Red+Green+Blue) = 250+43+62=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2B3E is #05D4C1. Grayscale: #6B6B6B. Windows color (decimal): -382146 or 4074490. OLE color: 4074490.

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

Color convert

RGB 250 43 62 -
CMYK 0 0.83 0.75 0.02
HSL 354.49º 0.95% 0.57% -
HSV(B) 354.49º 0.83% 0.98% -
XYZ 41.16 22.4 6.71 -
YUV 107.06 102.58 229.96 -
System Red Green Blue C M Y K H S L
Decimal 250 43 62 0 0.83 0.75 0.02 354.49 0.95 0.57
Hex FA 2B 3E 0 53 4B 2 162 5F 39
Octal 372 53 76 0 123 113 2 542 137 71
Binary 11111010 101011 111110 0 1010011 1001011 10 101100010 1011111 111001

Color Harmonies of #FA2B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B3E

Black with #FA2B3E

Text Example


Text Example

White with #FA2B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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