Html Css Color HEX #FA3340 Alizarin

📋 copy color: '#FA3340'

red 250 ◦ green 51 ◦ blue 64

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

Shades of Alizarin #FA3340

Tints of Alizarin #FA3340

RGB

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

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

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

R = 68.49%
G = 13.97%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA3340 (or 0xFA3340) is known color: Alizarin. HEX triplet: FA, 33 and 40. RGB value is (250,51,64). Sum of RGB (Red+Green+Blue) = 250+51+64=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3340 is #05CCBF. Grayscale: #707070. Windows color (decimal): -380096 or 4207610. OLE color: 4207610.

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

Color convert

RGB 250 51 64 -
CMYK 0 0.80 0.74 0.02
HSL 356.08º 0.95% 0.59% -
HSV(B) 356.08º 0.8% 0.98% -
XYZ 41.53 23.06 7.11 -
YUV 111.98 100.93 226.44 -
System Red Green Blue C M Y K H S L
Decimal 250 51 64 0 0.80 0.74 0.02 356.08 0.95 0.59
Hex FA 33 40 0 50 4A 2 164 5F 3B
Octal 372 63 100 0 120 112 2 544 137 73
Binary 11111010 110011 1000000 0 1010000 1001010 10 101100100 1011111 111011

Color Harmonies of #FA3340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3340

Black with #FA3340

Text Example


Text Example

White with #FA3340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3340; }

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

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

background-color css

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

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

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

border-color css

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

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

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