Html Css Color HEX #FA253F Alizarin

📋 copy color: '#FA253F'

red 250 ◦ green 37 ◦ blue 63

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

Shades of Alizarin #FA253F

Tints of Alizarin #FA253F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18%

R = 71.43%
G = 10.57%
B = 18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA253F (or 0xFA253F) is known color: Alizarin. HEX triplet: FA, 25 and 3F. RGB value is (250,37,63). Sum of RGB (Red+Green+Blue) = 250+37+63=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA253F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA253F is #05DAC0. Grayscale: #676767. Windows color (decimal): -383681 or 4138490. OLE color: 4138490.

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

Color convert

RGB 250 37 63 -
CMYK 0 0.85 0.75 0.02
HSL 352.68º 0.96% 0.56% -
HSV(B) 352.68º 0.85% 0.98% -
XYZ 40.98 22.01 6.79 -
YUV 103.65 105.07 232.39 -
System Red Green Blue C M Y K H S L
Decimal 250 37 63 0 0.85 0.75 0.02 352.68 0.96 0.56
Hex FA 25 3F 0 55 4B 2 161 60 38
Octal 372 45 77 0 125 113 2 541 140 70
Binary 11111010 100101 111111 0 1010101 1001011 10 101100001 1100000 111000

Color Harmonies of #FA253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA253F

Black with #FA253F

Text Example


Text Example

White with #FA253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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