Html Css Color HEX #FA252B Alizarin

📋 copy color: '#FA252B'

red 250 ◦ green 37 ◦ blue 43

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

Shades of Alizarin #FA252B

Tints of Alizarin #FA252B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.21%

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

R = 75.76%
G = 11.21%
B = 13.03%

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

#FA252B (or 0xFA252B) is known color: Alizarin. HEX triplet: FA, 25 and 2B. RGB value is (250,37,43). Sum of RGB (Red+Green+Blue) = 250+37+43=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA252B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA252B is #05DAD4. Grayscale: #656565. Windows color (decimal): -383701 or 2827770. OLE color: 2827770.

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

Color convert

RGB 250 37 43 -
CMYK 0 0.85 0.83 0.02
HSL 358.31º 0.96% 0.56% -
HSV(B) 358.31º 0.85% 0.98% -
XYZ 40.52 21.82 4.36 -
YUV 101.37 95.07 234.01 -
System Red Green Blue C M Y K H S L
Decimal 250 37 43 0 0.85 0.83 0.02 358.31 0.96 0.56
Hex FA 25 2B 0 55 53 2 166 60 38
Octal 372 45 53 0 125 123 2 546 140 70
Binary 11111010 100101 101011 0 1010101 1010011 10 101100110 1100000 111000

Color Harmonies of #FA252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA252B

Black with #FA252B

Text Example


Text Example

White with #FA252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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