Html Css Color HEX #FA303F Alizarin

📋 copy color: '#FA303F'

red 250 ◦ green 48 ◦ blue 63

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

Shades of Alizarin #FA303F

Tints of Alizarin #FA303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.45%

R = 69.25%
G = 13.3%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA303F (or 0xFA303F) is known color: Alizarin. HEX triplet: FA, 30 and 3F. RGB value is (250,48,63). Sum of RGB (Red+Green+Blue) = 250+48+63=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA303F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA303F is #05CFC0. Grayscale: #6E6E6E. Windows color (decimal): -380865 or 4141306. OLE color: 4141306.

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

Color convert

RGB 250 48 63 -
CMYK 0 0.81 0.75 0.02
HSL 355.54º 0.95% 0.58% -
HSV(B) 355.54º 0.81% 0.98% -
XYZ 41.38 22.8 6.92 -
YUV 110.11 101.42 227.78 -
System Red Green Blue C M Y K H S L
Decimal 250 48 63 0 0.81 0.75 0.02 355.54 0.95 0.58
Hex FA 30 3F 0 51 4B 2 164 5F 3A
Octal 372 60 77 0 121 113 2 544 137 72
Binary 11111010 110000 111111 0 1010001 1001011 10 101100100 1011111 111010

Color Harmonies of #FA303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA303F

Black with #FA303F

Text Example


Text Example

White with #FA303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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