Html Css Color HEX #FA3C40 Alizarin

📋 copy color: '#FA3C40'

red 250 ◦ green 60 ◦ blue 64

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

Shades of Alizarin #FA3C40

Tints of Alizarin #FA3C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.04%

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

R = 66.84%
G = 16.04%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA3C40 (or 0xFA3C40) is known color: Alizarin. HEX triplet: FA, 3C and 40. RGB value is (250,60,64). Sum of RGB (Red+Green+Blue) = 250+60+64=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3C40 is #05C3BF. Grayscale: #757575. Windows color (decimal): -377792 or 4209914. OLE color: 4209914.

HSL color Cylindrical-coordinate representation of color #FA3C40: hue angle of 358.74º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3C40 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 60 64 -
CMYK 0 0.76 0.74 0.02
HSL 358.74º 0.95% 0.61% -
HSV(B) 358.74º 0.76% 0.98% -
XYZ 41.97 23.93 7.26 -
YUV 117.27 97.95 222.67 -
System Red Green Blue C M Y K H S L
Decimal 250 60 64 0 0.76 0.74 0.02 358.74 0.95 0.61
Hex FA 3C 40 0 4C 4A 2 167 5F 3D
Octal 372 74 100 0 114 112 2 547 137 75
Binary 11111010 111100 1000000 0 1001100 1001010 10 101100111 1011111 111101

Color Harmonies of #FA3C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C40

Black with #FA3C40

Text Example


Text Example

White with #FA3C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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