Html Css Color HEX #FA333A Alizarin

📋 copy color: '#FA333A'

red 250 ◦ green 51 ◦ blue 58

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

Shades of Alizarin #FA333A

Tints of Alizarin #FA333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.21%

 BLUE value IS 58 (23.05% from 255) = 16.16%

R = 69.64%
G = 14.21%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA333A (or 0xFA333A) is known color: Alizarin. HEX triplet: FA, 33 and 3A. RGB value is (250,51,58). Sum of RGB (Red+Green+Blue) = 250+51+58=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA333A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA333A is #05CCC5. Grayscale: #6F6F6F. Windows color (decimal): -380102 or 3814394. OLE color: 3814394.

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

Color convert

RGB 250 51 58 -
CMYK 0 0.80 0.77 0.02
HSL 357.89º 0.95% 0.59% -
HSV(B) 357.89º 0.8% 0.98% -
XYZ 41.37 23 6.26 -
YUV 111.3 97.93 226.93 -
System Red Green Blue C M Y K H S L
Decimal 250 51 58 0 0.80 0.77 0.02 357.89 0.95 0.59
Hex FA 33 3A 0 50 4D 2 166 5F 3B
Octal 372 63 72 0 120 115 2 546 137 73
Binary 11111010 110011 111010 0 1010000 1001101 10 101100110 1011111 111011

Color Harmonies of #FA333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA333A

Black with #FA333A

Text Example


Text Example

White with #FA333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA333A; }

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

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

background-color css

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

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

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

border-color css

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

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

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