Html Css Color HEX #FA3440 Alizarin

📋 copy color: '#FA3440'

red 250 ◦ green 52 ◦ blue 64

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

Shades of Alizarin #FA3440

Tints of Alizarin #FA3440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.21%

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

R = 68.31%
G = 14.21%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA3440 (or 0xFA3440) is known color: Alizarin. HEX triplet: FA, 34 and 40. RGB value is (250,52,64). Sum of RGB (Red+Green+Blue) = 250+52+64=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3440 is #05CBBF. Grayscale: #707070. Windows color (decimal): -379840 or 4207866. OLE color: 4207866.

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

Color convert

RGB 250 52 64 -
CMYK 0 0.79 0.74 0.02
HSL 356.36º 0.95% 0.59% -
HSV(B) 356.36º 0.79% 0.98% -
XYZ 41.58 23.15 7.13 -
YUV 112.57 100.6 226.02 -
System Red Green Blue C M Y K H S L
Decimal 250 52 64 0 0.79 0.74 0.02 356.36 0.95 0.59
Hex FA 34 40 0 4F 4A 2 164 5F 3B
Octal 372 64 100 0 117 112 2 544 137 73
Binary 11111010 110100 1000000 0 1001111 1001010 10 101100100 1011111 111011

Color Harmonies of #FA3440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3440

Black with #FA3440

Text Example


Text Example

White with #FA3440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3440; }

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

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

background-color css

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

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

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

border-color css

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

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

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