Html Css Color HEX #FA303C Alizarin

📋 copy color: '#FA303C'

red 250 ◦ green 48 ◦ blue 60

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

Shades of Alizarin #FA303C

Tints of Alizarin #FA303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

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

R = 69.83%
G = 13.41%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA303C (or 0xFA303C) is known color: Alizarin. HEX triplet: FA, 30 and 3C. RGB value is (250,48,60). Sum of RGB (Red+Green+Blue) = 250+48+60=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA303C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA303C is #05CFC3. Grayscale: #6D6D6D. Windows color (decimal): -380868 or 3944698. OLE color: 3944698.

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

Color convert

RGB 250 48 60 -
CMYK 0 0.81 0.76 0.02
HSL 356.44º 0.95% 0.58% -
HSV(B) 356.44º 0.81% 0.98% -
XYZ 41.3 22.76 6.49 -
YUV 109.77 99.92 228.02 -
System Red Green Blue C M Y K H S L
Decimal 250 48 60 0 0.81 0.76 0.02 356.44 0.95 0.58
Hex FA 30 3C 0 51 4C 2 164 5F 3A
Octal 372 60 74 0 121 114 2 544 137 72
Binary 11111010 110000 111100 0 1010001 1001100 10 101100100 1011111 111010

Color Harmonies of #FA303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA303C

Black with #FA303C

Text Example


Text Example

White with #FA303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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