Html Css Color HEX #FA262A Alizarin

📋 copy color: '#FA262A'

red 250 ◦ green 38 ◦ blue 42

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

Shades of Alizarin #FA262A

Tints of Alizarin #FA262A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.52%

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 75.76%
G = 11.52%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA262A (or 0xFA262A) is known color: Alizarin. HEX triplet: FA, 26 and 2A. RGB value is (250,38,42). Sum of RGB (Red+Green+Blue) = 250+38+42=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA262A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA262A is #05D9D5. Grayscale: #666666. Windows color (decimal): -383446 or 2762490. OLE color: 2762490.

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

Color convert

RGB 250 38 42 -
CMYK 0 0.85 0.83 0.02
HSL 358.87º 0.95% 0.56% -
HSV(B) 358.87º 0.85% 0.98% -
XYZ 40.54 21.88 4.28 -
YUV 101.84 94.24 233.67 -
System Red Green Blue C M Y K H S L
Decimal 250 38 42 0 0.85 0.83 0.02 358.87 0.95 0.56
Hex FA 26 2A 0 55 53 2 167 5F 38
Octal 372 46 52 0 125 123 2 547 137 70
Binary 11111010 100110 101010 0 1010101 1010011 10 101100111 1011111 111000

Color Harmonies of #FA262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA262A

Black with #FA262A

Text Example


Text Example

White with #FA262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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