Html Css Color HEX #FA3240 Alizarin

📋 copy color: '#FA3240'

red 250 ◦ green 50 ◦ blue 64

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

Shades of Alizarin #FA3240

Tints of Alizarin #FA3240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.74%

 BLUE value IS 64 (25.39% from 255) = 17.58%

R = 68.68%
G = 13.74%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA3240 (or 0xFA3240) is known color: Alizarin. HEX triplet: FA, 32 and 40. RGB value is (250,50,64). Sum of RGB (Red+Green+Blue) = 250+50+64=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3240 is #05CDBF. Grayscale: #6F6F6F. Windows color (decimal): -380352 or 4207354. OLE color: 4207354.

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

Color convert

RGB 250 50 64 -
CMYK 0 0.8 0.74 0.02
HSL 355.8º 0.95% 0.59% -
HSV(B) 355.8º 0.8% 0.98% -
XYZ 41.49 22.98 7.1 -
YUV 111.4 101.26 226.86 -
System Red Green Blue C M Y K H S L
Decimal 250 50 64 0 0.8 0.74 0.02 355.8 0.95 0.59
Hex FA 32 40 0 50 4A 2 164 5F 3B
Octal 372 62 100 0 120 112 2 544 137 73
Binary 11111010 110010 1000000 0 1010000 1001010 10 101100100 1011111 111011

Color Harmonies of #FA3240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3240

Black with #FA3240

Text Example


Text Example

White with #FA3240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3240; }

 p { color: rgb(250,50,64); }

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

background-color css

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

 a { background-color: rgb(250,50,64); }

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

border-color css

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

 span { border-color: rgb(250,50,64); }

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