Html Css Color HEX #FA263A Alizarin

📋 copy color: '#FA263A'

red 250 ◦ green 38 ◦ blue 58

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

Shades of Alizarin #FA263A

Tints of Alizarin #FA263A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.76%

R = 72.25%
G = 10.98%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA263A (or 0xFA263A) is known color: Alizarin. HEX triplet: FA, 26 and 3A. RGB value is (250,38,58). Sum of RGB (Red+Green+Blue) = 250+38+58=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA263A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA263A is #05D9C5. Grayscale: #676767. Windows color (decimal): -383430 or 3811066. OLE color: 3811066.

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

Color convert

RGB 250 38 58 -
CMYK 0 0.85 0.77 0.02
HSL 354.34º 0.95% 0.56% -
HSV(B) 354.34º 0.85% 0.98% -
XYZ 40.88 22.02 6.1 -
YUV 103.67 102.24 232.37 -
System Red Green Blue C M Y K H S L
Decimal 250 38 58 0 0.85 0.77 0.02 354.34 0.95 0.56
Hex FA 26 3A 0 55 4D 2 162 5F 38
Octal 372 46 72 0 125 115 2 542 137 70
Binary 11111010 100110 111010 0 1010101 1001101 10 101100010 1011111 111000

Color Harmonies of #FA263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA263A

Black with #FA263A

Text Example


Text Example

White with #FA263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA263A; }

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

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

background-color css

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

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

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

border-color css

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

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

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