Html Css Color HEX #FA2B3C Alizarin

📋 copy color: '#FA2B3C'

red 250 ◦ green 43 ◦ blue 60

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

Shades of Alizarin #FA2B3C

Tints of Alizarin #FA2B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17%

R = 70.82%
G = 12.18%
B = 17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA2B3C (or 0xFA2B3C) is known color: Alizarin. HEX triplet: FA, 2B and 3C. RGB value is (250,43,60). Sum of RGB (Red+Green+Blue) = 250+43+60=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2B3C is #05D4C3. Grayscale: #6A6A6A. Windows color (decimal): -382148 or 3943418. OLE color: 3943418.

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

Color convert

RGB 250 43 60 -
CMYK 0 0.83 0.76 0.02
HSL 355.07º 0.95% 0.57% -
HSV(B) 355.07º 0.83% 0.98% -
XYZ 41.1 22.38 6.43 -
YUV 106.83 101.58 230.12 -
System Red Green Blue C M Y K H S L
Decimal 250 43 60 0 0.83 0.76 0.02 355.07 0.95 0.57
Hex FA 2B 3C 0 53 4C 2 163 5F 39
Octal 372 53 74 0 123 114 2 543 137 71
Binary 11111010 101011 111100 0 1010011 1001100 10 101100011 1011111 111001

Color Harmonies of #FA2B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B3C

Black with #FA2B3C

Text Example


Text Example

White with #FA2B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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