Html Css Color HEX #FA333C Alizarin

📋 copy color: '#FA333C'

red 250 ◦ green 51 ◦ blue 60

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

Shades of Alizarin #FA333C

Tints of Alizarin #FA333C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.62%

R = 69.25%
G = 14.13%
B = 16.62%

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

#FA333C (or 0xFA333C) is known color: Alizarin. HEX triplet: FA, 33 and 3C. RGB value is (250,51,60). Sum of RGB (Red+Green+Blue) = 250+51+60=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA333C is #05CCC3. Grayscale: #6F6F6F. Windows color (decimal): -380100 or 3945466. OLE color: 3945466.

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

Color convert

RGB 250 51 60 -
CMYK 0 0.80 0.76 0.02
HSL 357.29º 0.95% 0.59% -
HSV(B) 357.29º 0.8% 0.98% -
XYZ 41.42 23.02 6.53 -
YUV 111.53 98.93 226.77 -
System Red Green Blue C M Y K H S L
Decimal 250 51 60 0 0.80 0.76 0.02 357.29 0.95 0.59
Hex FA 33 3C 0 50 4C 2 165 5F 3B
Octal 372 63 74 0 120 114 2 545 137 73
Binary 11111010 110011 111100 0 1010000 1001100 10 101100101 1011111 111011

Color Harmonies of #FA333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA333C

Black with #FA333C

Text Example


Text Example

White with #FA333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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