Html Css Color HEX #FA253E Alizarin

📋 copy color: '#FA253E'

red 250 ◦ green 37 ◦ blue 62

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

Shades of Alizarin #FA253E

Tints of Alizarin #FA253E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.77%

R = 71.63%
G = 10.6%
B = 17.77%

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

#FA253E (or 0xFA253E) is known color: Alizarin. HEX triplet: FA, 25 and 3E. RGB value is (250,37,62). Sum of RGB (Red+Green+Blue) = 250+37+62=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA253E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA253E is #05DAC1. Grayscale: #676767. Windows color (decimal): -383682 or 4072954. OLE color: 4072954.

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

Color convert

RGB 250 37 62 -
CMYK 0 0.85 0.75 0.02
HSL 352.96º 0.96% 0.56% -
HSV(B) 352.96º 0.85% 0.98% -
XYZ 40.96 21.99 6.64 -
YUV 103.54 104.57 232.47 -
System Red Green Blue C M Y K H S L
Decimal 250 37 62 0 0.85 0.75 0.02 352.96 0.96 0.56
Hex FA 25 3E 0 55 4B 2 161 60 38
Octal 372 45 76 0 125 113 2 541 140 70
Binary 11111010 100101 111110 0 1010101 1001011 10 101100001 1100000 111000

Color Harmonies of #FA253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA253E

Black with #FA253E

Text Example


Text Example

White with #FA253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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