Html Css Color HEX #FA262F Alizarin

📋 copy color: '#FA262F'

red 250 ◦ green 38 ◦ blue 47

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

Shades of Alizarin #FA262F

Tints of Alizarin #FA262F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 74.63%
G = 11.34%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA262F (or 0xFA262F) is known color: Alizarin. HEX triplet: FA, 26 and 2F. RGB value is (250,38,47). Sum of RGB (Red+Green+Blue) = 250+38+47=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA262F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA262F is #05D9D0. Grayscale: #666666. Windows color (decimal): -383441 or 3090170. OLE color: 3090170.

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

Color convert

RGB 250 38 47 -
CMYK 0 0.85 0.81 0.02
HSL 357.45º 0.95% 0.56% -
HSV(B) 357.45º 0.85% 0.98% -
XYZ 40.63 21.92 4.78 -
YUV 102.41 96.74 233.27 -
System Red Green Blue C M Y K H S L
Decimal 250 38 47 0 0.85 0.81 0.02 357.45 0.95 0.56
Hex FA 26 2F 0 55 51 2 165 5F 38
Octal 372 46 57 0 125 121 2 545 137 70
Binary 11111010 100110 101111 0 1010101 1010001 10 101100101 1011111 111000

Color Harmonies of #FA262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA262F

Black with #FA262F

Text Example


Text Example

White with #FA262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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