Html Css Color HEX #FA283C Alizarin

📋 copy color: '#FA283C'

red 250 ◦ green 40 ◦ blue 60

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

Shades of Alizarin #FA283C

Tints of Alizarin #FA283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

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

R = 71.43%
G = 11.43%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA283C (or 0xFA283C) is known color: Alizarin. HEX triplet: FA, 28 and 3C. RGB value is (250,40,60). Sum of RGB (Red+Green+Blue) = 250+40+60=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA283C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA283C is #05D7C3. Grayscale: #696969. Windows color (decimal): -382916 or 3942650. OLE color: 3942650.

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

Color convert

RGB 250 40 60 -
CMYK 0 0.84 0.76 0.02
HSL 354.29º 0.95% 0.57% -
HSV(B) 354.29º 0.84% 0.98% -
XYZ 41 22.17 6.39 -
YUV 105.07 102.57 231.37 -
System Red Green Blue C M Y K H S L
Decimal 250 40 60 0 0.84 0.76 0.02 354.29 0.95 0.57
Hex FA 28 3C 0 54 4C 2 162 5F 39
Octal 372 50 74 0 124 114 2 542 137 71
Binary 11111010 101000 111100 0 1010100 1001100 10 101100010 1011111 111001

Color Harmonies of #FA283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA283C

Black with #FA283C

Text Example


Text Example

White with #FA283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA283C; }

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

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

background-color css

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

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

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

border-color css

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

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

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