Html Css Color HEX #FA333F Alizarin

📋 copy color: '#FA333F'

red 250 ◦ green 51 ◦ blue 63

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

Shades of Alizarin #FA333F

Tints of Alizarin #FA333F

RGB

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

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

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

R = 68.68%
G = 14.01%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA333F (or 0xFA333F) is known color: Alizarin. HEX triplet: FA, 33 and 3F. RGB value is (250,51,63). Sum of RGB (Red+Green+Blue) = 250+51+63=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA333F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA333F is #05CCC0. Grayscale: #707070. Windows color (decimal): -380097 or 4142074. OLE color: 4142074.

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

Color convert

RGB 250 51 63 -
CMYK 0 0.80 0.75 0.02
HSL 356.38º 0.95% 0.59% -
HSV(B) 356.38º 0.8% 0.98% -
XYZ 41.51 23.05 6.96 -
YUV 111.87 100.43 226.52 -
System Red Green Blue C M Y K H S L
Decimal 250 51 63 0 0.80 0.75 0.02 356.38 0.95 0.59
Hex FA 33 3F 0 50 4B 2 164 5F 3B
Octal 372 63 77 0 120 113 2 544 137 73
Binary 11111010 110011 111111 0 1010000 1001011 10 101100100 1011111 111011

Color Harmonies of #FA333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA333F

Black with #FA333F

Text Example


Text Example

White with #FA333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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