Html Css Color HEX #FA3A41 Alizarin

📋 copy color: '#FA3A41'

red 250 ◦ green 58 ◦ blue 65

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

Shades of Alizarin #FA3A41

Tints of Alizarin #FA3A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.55%

 BLUE value IS 65 (25.78% from 255) = 17.43%

R = 67.02%
G = 15.55%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA3A41 (or 0xFA3A41) is known color: Alizarin. HEX triplet: FA, 3A and 41. RGB value is (250,58,65). Sum of RGB (Red+Green+Blue) = 250+58+65=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A41 is #05C5BE. Grayscale: #747474. Windows color (decimal): -378303 or 4274938. OLE color: 4274938.

HSL color Cylindrical-coordinate representation of color #FA3A41: hue angle of 357.81º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3A41 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 58 65 -
CMYK 0 0.77 0.74 0.02
HSL 357.81º 0.95% 0.6% -
HSV(B) 357.81º 0.77% 0.98% -
XYZ 41.89 23.73 7.37 -
YUV 116.21 99.11 223.43 -
System Red Green Blue C M Y K H S L
Decimal 250 58 65 0 0.77 0.74 0.02 357.81 0.95 0.6
Hex FA 3A 41 0 4D 4A 2 166 5F 3C
Octal 372 72 101 0 115 112 2 546 137 74
Binary 11111010 111010 1000001 0 1001101 1001010 10 101100110 1011111 111100

Color Harmonies of #FA3A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A41

Black with #FA3A41

Text Example


Text Example

White with #FA3A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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