Html Css Color HEX #FA333B Alizarin

📋 copy color: '#FA333B'

red 250 ◦ green 51 ◦ blue 59

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

Shades of Alizarin #FA333B

Tints of Alizarin #FA333B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.39%

R = 69.44%
G = 14.17%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA333B (or 0xFA333B) is known color: Alizarin. HEX triplet: FA, 33 and 3B. RGB value is (250,51,59). Sum of RGB (Red+Green+Blue) = 250+51+59=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA333B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA333B is #05CCC4. Grayscale: #6F6F6F. Windows color (decimal): -380101 or 3879930. OLE color: 3879930.

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

Color convert

RGB 250 51 59 -
CMYK 0 0.80 0.76 0.02
HSL 357.59º 0.95% 0.59% -
HSV(B) 357.59º 0.8% 0.98% -
XYZ 41.4 23.01 6.4 -
YUV 111.41 98.43 226.85 -
System Red Green Blue C M Y K H S L
Decimal 250 51 59 0 0.80 0.76 0.02 357.59 0.95 0.59
Hex FA 33 3B 0 50 4C 2 166 5F 3B
Octal 372 63 73 0 120 114 2 546 137 73
Binary 11111010 110011 111011 0 1010000 1001100 10 101100110 1011111 111011

Color Harmonies of #FA333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA333B

Black with #FA333B

Text Example


Text Example

White with #FA333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA333B; }

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

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

background-color css

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

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

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

border-color css

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

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

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