Html Css Color HEX #FA262B Alizarin

📋 copy color: '#FA262B'

red 250 ◦ green 38 ◦ blue 43

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

Shades of Alizarin #FA262B

Tints of Alizarin #FA262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.99%

R = 75.53%
G = 11.48%
B = 12.99%

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

#FA262B (or 0xFA262B) is known color: Alizarin. HEX triplet: FA, 26 and 2B. RGB value is (250,38,43). Sum of RGB (Red+Green+Blue) = 250+38+43=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA262B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA262B is #05D9D4. Grayscale: #666666. Windows color (decimal): -383445 or 2828026. OLE color: 2828026.

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

Color convert

RGB 250 38 43 -
CMYK 0 0.85 0.83 0.02
HSL 358.58º 0.95% 0.56% -
HSV(B) 358.58º 0.85% 0.98% -
XYZ 40.55 21.88 4.37 -
YUV 101.96 94.74 233.59 -
System Red Green Blue C M Y K H S L
Decimal 250 38 43 0 0.85 0.83 0.02 358.58 0.95 0.56
Hex FA 26 2B 0 55 53 2 167 5F 38
Octal 372 46 53 0 125 123 2 547 137 70
Binary 11111010 100110 101011 0 1010101 1010011 10 101100111 1011111 111000

Color Harmonies of #FA262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA262B

Black with #FA262B

Text Example


Text Example

White with #FA262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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